application/src/app/app.component.ts
Showing 1 of 1 total issue
Function ngOnInit
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public ngOnInit(): void { this.router.events.pipe(filter((event) => event instanceof NavigationEnd)).subscribe((event) => { const snapshot: ActivatedRouteSnapshot = this.router.routerState.snapshot.root.firstChild; const title: string = snapshot.data['title'];