Asymmetrik/mean2-starter

View on GitHub
src/client/app/teams/tags/manage-tag.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function ngOnInit has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    ngOnInit() {
        this.tag = new Tag();

        this.route.params.subscribe((params: Params) => {
            this.mode = params[`mode`];
Severity: Minor
Found in src/client/app/teams/tags/manage-tag.component.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status