MCPcopy Create free account
hub / github.com/angular/angular / canActivateChild

Method canActivateChild

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

Source from the content-addressed store, hash-verified

1021 */
1022export interface CanActivateChild {
1023 canActivateChild(
1024 childRoute: ActivatedRouteSnapshot,
1025 state: RouterStateSnapshot,
1026 ): MaybeAsync<GuardResult>;

Callers 2

mapToCanActivateChildFunction · 0.80
runCanActivateChildFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected