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