(
childRoute: ActivatedRouteSnapshot,
state: RouterStateSnapshot,
)
| 1021 | */ |
| 1022 | export interface CanActivateChild { |
| 1023 | canActivateChild( |
| 1024 | childRoute: ActivatedRouteSnapshot, |
| 1025 | state: RouterStateSnapshot, |
| 1026 | ): MaybeAsync<GuardResult>; |
no outgoing calls
no test coverage detected