angular/integration/platform-server-hydration/size.json
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

5 lines
143 B
JSON

{
"dist/browser/main-[hash].js": 227093,
"dist/browser/polyfills-[hash].js": 34544,
"dist/browser/event-dispatch-contract.min.js": 476
}