autowp/autowp-frontend

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

Summary

Maintainability
A
2 hrs
Test Coverage

Showing 1 of 1 total issue

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

export const routes: Routes = [
{
loadComponent: () => import('./article/article.component').then((m) => m.ArticlesArticleComponent),
path: ':catname',
},
Severity: Major
Found in src/app/articles/articles-routing.module.ts and 1 other location - About 2 hrs to fix
src/app/categories/categories-routing.module.ts on lines 9..21

There are no issues that match your filters.

Category
Status