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