• 概要
@angular/router

CanLoadFn

Type Alias
deprecated

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

API

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