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