angular/packages/router/test/integration
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
..
duplicate_in_flight_navigations.spec.ts test(router): This commit removes ZoneJS from the router tests (#61078) 2025-05-05 08:55:01 -07:00
eager_url_update_strategy.spec.ts build: move private testing helpers outside platform-browser/testing (#61472) 2025-05-20 10:00:43 +00:00
guards.spec.ts test(router): Update timeouts to reduce firefox flakiness (#62141) 2025-06-20 14:39:35 -07:00
integration.spec.ts feat(router): add a currentNavigation signal to the Router service. (#62971) 2025-08-05 10:05:49 +02:00
integration_helpers.ts test(router): This commit removes ZoneJS from the router tests (#61078) 2025-05-05 08:55:01 -07:00
lazy_loading.spec.ts fix(router): ensure preloaded components are properly activated (#62502) 2025-07-09 14:39:39 -07:00
navigation.spec.ts feat(router): add a currentNavigation signal to the Router service. (#62971) 2025-08-05 10:05:49 +02:00
navigation_errors.spec.ts build: move private testing helpers outside platform-browser/testing (#61472) 2025-05-20 10:00:43 +00:00
redirects.spec.ts test(router): Add test for empty path redirect and no match (#62176) 2025-06-23 14:18:12 +02:00
route_data.spec.ts build: migrate router to use rules_js (#61542) 2025-05-21 09:53:34 +00:00
route_reuse_strategy.spec.ts build: migrate router to use rules_js (#61542) 2025-05-21 09:53:34 +00:00
router_events.spec.ts build: move private testing helpers outside platform-browser/testing (#61472) 2025-05-20 10:00:43 +00:00
router_link_active.spec.ts build: migrate router to use rules_js (#61542) 2025-05-21 09:53:34 +00:00
router_links.spec.ts build: migrate router to use rules_js (#61542) 2025-05-21 09:53:34 +00:00