@angular/router

CanLoadFn

Type Alias
Deprecated

The signature of a function used as a canLoad guard on a Route.

type CanLoadFn = (route: Route, segments: UrlSegment[]) => MaybeAsync<GuardResult>
Jump to details