src/app/info/info-routing.module.ts
import {Routes} from '@angular/router'; export const routes: Routes = [Similar blocks of code found in 33 locations. Consider refactoring. { loadComponent: () => import('./spec/spec.component').then((m) => m.InfoSpecComponent), path: 'spec', title: $localize`Specs`, },Similar blocks of code found in 33 locations. Consider refactoring. { loadComponent: () => import('./text/text.component').then((m) => m.InfoTextComponent), path: 'text/:id', title: $localize`Text history`, },];