src/app/gallery/gallery-routing.module.ts
import {Routes} from '@angular/router'; Similar blocks of code found in 4 locations. Consider refactoring.export const routes: Routes = [ { loadComponent: () => import('./gallery-page.component').then((m) => m.GalleryPageComponent), path: ':identity', },];