Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ nextNavigation
Function
nextNavigation
packages/router/test/computed_state_restoration.spec.ts:556–560 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
554
}
555
556
function
nextNavigation(): Promise<void> {
557
return
new
Promise<void>((resolve) => {
558
afterNextNavigation(TestBed.inject(Router), resolve);
559
});
560
}
Callers
3
createNavigationHistory
Function · 0.85
computed_state_restoration.spec.ts
File · 0.85
createRoot
Function · 0.85
Calls
2
afterNextNavigation
Function · 0.90
inject
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…