mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d00b3fed58
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