angular/packages/core/schematics
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
..
migrations feat(router): add a currentNavigation signal to the Router service. (#62971) 2025-08-05 10:05:49 +02:00
ng-generate fix(migrations): incorrect filtering in inject migration (#62913) 2025-07-31 09:15:42 +00:00
test feat(router): add a currentNavigation signal to the Router service. (#62971) 2025-08-05 10:05:49 +02:00
utils build: remove ts_project_interop infrastructure (#62908) 2025-07-31 09:12:58 +00:00
BUILD.bazel feat(router): add a currentNavigation signal to the Router service. (#62971) 2025-08-05 10:05:49 +02:00
collection.json refactor(migrations): keep the control flow migration as ng generate. (#61773) 2025-06-03 07:12:59 -04:00
migrations.json feat(router): add a currentNavigation signal to the Router service. (#62971) 2025-08-05 10:05:49 +02:00
rollup.config.js build: use rollup directory instead of rollup through @bazel/rollup (#62556) 2025-07-09 16:53:25 -07:00
tsconfig-test.json build: migrate packages/core/schematics to ts_project (#61370) 2025-05-16 11:02:07 +00:00
tsconfig.json build: migrate packages/core/schematics to ts_project (#61370) 2025-05-16 11:02:07 +00:00