mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| control-flow-migration | ||
| document-core | ||
| inject-flags | ||
| output-migration | ||
| router-current-navigation | ||
| self-closing-tags-migration | ||
| signal-migration | ||
| signal-queries-migration | ||
| test-bed-get | ||