angular/packages/router/test
AleksanderBodurri d006721f30 feat(devtools): clean up router tree for stable release (#63081)
Addresses some cleanup items for the router tree:

- No longer loads router ng global APIs as a side effect of importing the router. Rather this is now a runtime step that occurs when provideRouter is called.
- No longer depends on router.navigateByUrl in Angular DevTools. There is now a dedicated global util for this
- Router instance logic no longer depends on token name
- Prevents navigating to lazy or redirect routes (these don't have an associated component)

PR Close #63081
2025-09-02 20:59:15 -07:00
..
directives fix(router): Update recognize stage to use internally async/await (#62994) 2025-08-29 08:55:13 -07:00
integration refactor(router): Add handling for empty observables in guards (#63546) 2025-09-02 11:50:49 -07:00
operators test(router): Use autoTick feature in router tests (#62776) 2025-07-24 10:04:05 +00:00
utils refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
apply_redirects.spec.ts refactor(router): Add firstValueFrom helper (#63485) 2025-08-29 19:02:04 +00:00
bootstrap.spec.ts fix(router): Update recognize stage to use internally async/await (#62994) 2025-08-29 08:55:13 -07:00
BUILD.bazel build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07:00
computed_state_restoration.spec.ts fix(router): Update recognize stage to use internally async/await (#62994) 2025-08-29 08:55:13 -07:00
config.spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
create_router_state.spec.ts fix(router): Update recognize stage to use internally async/await (#62994) 2025-08-29 08:55:13 -07:00
create_url_tree.spec.ts test(router): This commit removes ZoneJS from the router tests (#61078) 2025-05-05 08:55:01 -07:00
default_export_component.ts refactor(router): remove standalone true (#58950) 2024-12-05 16:02:37 -08:00
default_export_routes.ts refactor(router): switching to relative imports within the router package (#60557) 2025-04-01 14:54:05 +00:00
helpers.ts test(router): Use autoTick feature in router tests (#62776) 2025-07-24 10:04:05 +00:00
page_title_strategy_spec.ts test(router): This commit removes ZoneJS from the router tests (#61078) 2025-05-05 08:55:01 -07:00
recognize.spec.ts fix(router): Update recognize stage to use internally async/await (#62994) 2025-08-29 08:55:13 -07:00
regression_integration.spec.ts feat(router): add a currentNavigation signal to the Router service. (#63011) 2025-08-06 09:54:53 -07:00
router.spec.ts refactor(router): Remove inject helper from router tests (#61046) 2025-04-29 21:56:01 -07:00
router_devtools.spec.ts feat(devtools): clean up router tree for stable release (#63081) 2025-09-02 20:59:15 -07:00
router_link_active.spec.ts refactor(router): switching to relative imports within the router package (#60557) 2025-04-01 14:54:05 +00:00
router_link_spec.ts feat(core): Move zoneless change detection to dev preview (#60748) 2025-04-23 11:47:56 +02:00
router_navigation_extras.spec.ts refactor(router): switching to relative imports within the router package (#60557) 2025-04-01 14:54:05 +00:00
router_preloader.spec.ts test(router): Use autoTick feature in router tests (#62776) 2025-07-24 10:04:05 +00:00
router_scroller.spec.ts test(router): This commit removes ZoneJS from the router tests (#61078) 2025-05-05 08:55:01 -07:00
router_state.spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
shared.spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
standalone.spec.ts feat(router): Run loadComponent and loadChildren functions in the route's injection context (#62133) 2025-06-24 09:39:48 +00:00
url_serializer.spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
url_tree.spec.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
view_transitions.spec.ts build: move private testing helpers outside platform-browser/testing (#61472) 2025-05-20 10:00:43 +00:00