autowp/autowp-frontend

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

Summary

Maintainability
A
1 hr
Test Coverage
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`,
},
];