MCPcopy Create free account
hub / github.com/angular/angular / canLoad

Method canLoad

packages/router/src/models.ts:1527–1527  ·  view source on GitHub ↗
(route: Route, segments: UrlSegment[])

Source from the content-addressed store, hash-verified

1525 */
1526export interface CanLoad {
1527 canLoad(route: Route, segments: UrlSegment[]): MaybeAsync<GuardResult>;
1528}
1529
1530/**

Callers 1

runCanLoadGuardsFunction · 0.65

Implementers 1

DelayedGuardpackages/router/test/integration/eager

Calls

no outgoing calls

Tested by

no test coverage detected