MCPcopy Index your code
hub / github.com/angular/angular / lastSuccessfulNavigation

Method lastSuccessfulNavigation

packages/router/src/router.ts:368–370  ·  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

366 * has not been a successful navigation yet.
367 */
368 get lastSuccessfulNavigation(): Signal<Navigation | null> {
369 return this.navigationTransitions.lastSuccessfulNavigation;
370 }
371
372 /**
373 * 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