@angular/router

CanActivateChildFn

Type Alias

The signature of a function used as a canActivateChild guard on a Route.

  
    type CanActivateChildFn = (  childRoute: ActivatedRouteSnapshot,  state: RouterStateSnapshot,) => MaybeAsync<GuardResult>
  
  
Jump to details