src/app/categories/matcher.ts
Showing 1 of 1 total issue
Function categoriesPathMatcher
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
Open
export function categoriesPathMatcher(url: UrlSegment[]) { if (url.length <= 0) { return null; }
- Read upRead up