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