CanActivateChildFn
Type Alias
The signature of a function used as a canActivateChild
guard on a Route
.
API
Description
type CanActivateChildFn = ( childRoute: ActivatedRouteSnapshot, state: RouterStateSnapshot,) => MaybeAsync<GuardResult>
Jump to details