MCPcopy Index your code
hub / github.com/angular/angular / canLoad

Method canLoad

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

Source from the content-addressed store, hash-verified

1468 */
1469export interface CanLoad {
1470 canLoad(route: Route, segments: UrlSegment[]): MaybeAsync<GuardResult>;
1471}
1472
1473/**

Callers 1

runCanLoadGuardsFunction · 0.65

Implementers 1

DelayedGuardpackages/router/test/integration/eager

Calls

no outgoing calls

Tested by

no test coverage detected