libs/external-router/routing/src/guard/existence.guard.ts
Function canActivate
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
canActivate(
next: ActivatedRouteSnapshot,
state: RouterStateSnapshot,
): Observable<UrlTree | boolean> {
return this.driver.resolve(this.urlNormalizer.normalize(state.url)).pipe(