MCPcopy 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
556function nextNavigation(): Promise<void> {
557 return new Promise<void>((resolve) => {
558 afterNextNavigation(TestBed.inject(Router), resolve);
559 });
560}

Callers 3

createNavigationHistoryFunction · 0.85
createRootFunction · 0.85

Calls 2

afterNextNavigationFunction · 0.90
injectMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…