* The `Navigation` object of the most recent navigation to succeed and `null` if there * has not been a successful navigation yet.
()
| 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. |
no outgoing calls
no test coverage detected