MCPcopy Create free account
hub / github.com/angular/angular / lastSuccessfulNavigation

Method lastSuccessfulNavigation

packages/router/src/router.ts:378–380  ·  view source on GitHub ↗

* The `Navigation` object of the most recent navigation to succeed and `null` if there * has not been a successful navigation yet.

()

Source from the content-addressed store, hash-verified

376 * has not been a successful navigation yet.
377 */
378 get lastSuccessfulNavigation(): Signal<Navigation | null> {
379 return this.navigationTransitions.lastSuccessfulNavigation;
380 }
381
382 /**
383 * Resets the route configuration used for navigation and generating links.

Callers 4

isActiveFunction · 0.80
setupNavigationsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected