autowp/autowp-frontend

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

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Similar blocks of code found in 12 locations. Consider refactoring.
Open

export const routes: Routes = [
{
loadComponent: () => import('./about.component').then((m) => m.AboutComponent),
path: '',
pathMatch: 'full',
Severity: Major
Found in src/app/about/about-routing.module.ts and 11 other locations - About 1 hr to fix
src/app/brands/brands-routing.module.ts on lines 3..10
src/app/chart/chart-routing.module.ts on lines 3..10
src/app/index/index-routing.module.ts on lines 3..10
src/app/log/log-routing.module.ts on lines 3..10
src/app/map/map-routing.module.ts on lines 3..10
src/app/mascots/mascots-routing.module.ts on lines 3..10
src/app/policy/policy-routing.module.ts on lines 3..10
src/app/pulse/pulse-routing.module.ts on lines 3..10
src/app/rules/rules-routing.module.ts on lines 3..10
src/app/telegram/telegram-routing.module.ts on lines 3..10
src/app/top-view/top-view-routing.module.ts on lines 3..10
Category
Status