autowp/autowp-frontend

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

Summary

Maintainability
A
1 hr
Test Coverage
import {Routes} from '@angular/router';
 
Similar blocks of code found in 12 locations. Consider refactoring.
export const routes: Routes = [
{
loadComponent: () => import('./index.component').then((m) => m.IndexComponent),
path: '',
pathMatch: 'full',
title: $localize`Index page`,
},
];