src/app/chart/chart-routing.module.ts
import {Routes} from '@angular/router'; Similar blocks of code found in 12 locations. Consider refactoring.export const routes: Routes = [ { loadComponent: () => import('./chart.component').then((m) => m.ChartComponent), path: '', pathMatch: 'full', title: $localize`Charts`, },];