Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
*/
1469
export
interface
CanLoad {
1470
canLoad(route: Route, segments: UrlSegment[]): MaybeAsync<GuardResult>;
1471
}
1472
1473
/**
Callers
1
runCanLoadGuards
Function · 0.65
Implementers
1
DelayedGuard
packages/router/test/integration/eager
Calls
no outgoing calls
Tested by
no test coverage detected