angular/packages/core/schematics/test
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
..
all-migrations.spec.ts build: remove all usages of @bazel/runfiles (#62804) 2025-07-25 10:04:55 +02:00
BUILD.bazel build: remove ts_project_interop infrastructure (#62908) 2025-07-31 09:12:58 +00:00
cleanup_unused_imports_migration_spec.ts build: remove all usages of @bazel/runfiles (#62804) 2025-07-25 10:04:55 +02:00
control_flow_migration_spec.ts build: remove all usages of @bazel/runfiles (#62804) 2025-07-25 10:04:55 +02:00
document_core_spec.ts build: remove all usages of @bazel/runfiles (#62804) 2025-07-25 10:04:55 +02:00
helpers.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
inject_flags_spec.ts build: remove all usages of @bazel/runfiles (#62804) 2025-07-25 10:04:55 +02:00
inject_migration_spec.ts fix(migrations): incorrect filtering in inject migration (#62913) 2025-07-31 09:15:42 +00:00
output_migration_spec.ts build: remove all usages of @bazel/runfiles (#62804) 2025-07-25 10:04:55 +02:00
project_tsconfig_paths_spec.ts build: migrate to using new jasmine_test (#62086) 2025-06-18 08:27:26 +02:00
queries_migration_spec.ts build: remove all usages of @bazel/runfiles (#62804) 2025-07-25 10:04:55 +02:00
router_current_navigation_spec.ts feat(router): add a currentNavigation signal to the Router service. (#62971) 2025-08-05 10:05:49 +02:00
self_closing_tags_migration_spec.ts build: remove all usages of @bazel/runfiles (#62804) 2025-07-25 10:04:55 +02:00
signal_input_migration_spec.ts build: remove all usages of @bazel/runfiles (#62804) 2025-07-25 10:04:55 +02:00
signals_migration_spec.ts build: remove all usages of @bazel/runfiles (#62804) 2025-07-25 10:04:55 +02:00
standalone_migration_spec.ts build: remove all usages of @bazel/runfiles (#62804) 2025-07-25 10:04:55 +02:00
standalone_routes_spec.ts build: remove all usages of @bazel/runfiles (#62804) 2025-07-25 10:04:55 +02:00
test_bed_get_spec.ts build: remove all usages of @bazel/runfiles (#62804) 2025-07-25 10:04:55 +02:00