MCPcopy Index your code
hub / github.com/angular/angular / canActivateChild

Method canActivateChild

packages/router/src/models.ts:966–966  ·  view source on GitHub ↗
(
    childRoute: ActivatedRouteSnapshot,
    state: RouterStateSnapshot,
  )

Source from the content-addressed store, hash-verified

964 */
965export interface CanActivateChild {
966 canActivateChild(
967 childRoute: ActivatedRouteSnapshot,
968 state: RouterStateSnapshot,
969 ): MaybeAsync<GuardResult>;

Callers 2

mapToCanActivateChildFunction · 0.80
runCanActivateChildFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected