(
childRoute: ActivatedRouteSnapshot,
state: RouterStateSnapshot,
)
| 964 | */ |
| 965 | export interface CanActivateChild { |
| 966 | canActivateChild( |
| 967 | childRoute: ActivatedRouteSnapshot, |
| 968 | state: RouterStateSnapshot, |
| 969 | ): MaybeAsync<GuardResult>; |
no outgoing calls
no test coverage detected