mapToCanMatch
function
Maps an array of injectable classes with canMatch functions to an array of equivalent
CanMatchFn
for use in a Route
definition.
API
Description
mapToCanMatch( providers: Type<CanMatch>[]): CanMatchFn[];
Jump to details
Maps an array of injectable classes with canMatch functions to an array of equivalent
CanMatchFn
for use in a Route
definition.
mapToCanMatch( providers: Type<CanMatch>[]): CanMatchFn[];