mapToCanDeactivate
function
Maps an array of injectable classes with canDeactivate functions to an array of equivalent
CanDeactivateFn
for use in a Route
definition.
API
Description
function mapToCanDeactivate<T = unknown>( providers: Type<CanDeactivate<T>>[]): CanDeactivateFn<T>[];
mapToCanDeactivate
CanDeactivateFn<T>[]
Maps an array of injectable classes with canDeactivate functions to an array of equivalent
CanDeactivateFn
for use in a Route
definition.
Usage {@example router/utils/functional_guards.ts region='CanActivate'}
@returns
CanDeactivateFn<T>[]
Jump to details