autowp/autowp-frontend

View on GitHub
src/app/gallery/gallery-routing.module.ts

Summary

Maintainability
A
50 mins
Test Coverage
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',
},
];