• Overview
@angular/router

mapToCanActivateChild

function

Maps an array of injectable classes with canActivateChild functions to an array of equivalent CanActivateChildFn for use in a Route definition.

mapToCanActivateChild

Maps an array of injectable classes with canActivateChild functions to an array of equivalent CanActivateChildFn for use in a Route definition.

Usage {@example router/utils/functional_guards.ts region='CanActivate'}

@paramprovidersType<CanActivateChild>[]
Jump to details