angular/goldens/public-api/router
Matthieu Riegler d00b3fed58 feat(router): add a currentNavigation signal to the Router service. (#62971)
This new signal property is convenient to derive a `isNavigating` state.

`isNavigating = computed(() => !!this.router.currentNavigation())`

DEPRECATED: The Router.getCurrentNavigation method is deprecated. Use the Router.currentNavigation signal instead.

fixes #62958

PR Close #62971
2025-08-05 10:05:49 +02:00
..
testing refactor(router): add return types to exported functions (#61310) 2025-05-14 08:57:35 -07:00
upgrade build: update to latest dev infra code (#56128) 2024-05-28 14:42:31 +02:00
errors.api.md build: migrate to new toolchain usage for api goldens (#62688) 2025-07-17 18:13:42 -04:00
index.api.md feat(router): add a currentNavigation signal to the Router service. (#62971) 2025-08-05 10:05:49 +02:00