angular/packages/router/src
SkyZeroZx 718eb7bb3a docs: adds guide references to router APIs
Adds `@see` tags with links to relevant guides in the router documentation.
2025-11-13 10:00:19 -08:00
..
components fix(router): avoid component ID collisions with user code (#59300) 2025-01-06 19:18:52 +00:00
directives docs: adds guide references to router APIs 2025-11-13 10:00:19 -08:00
operators refactor(router): add ngDevMode guards to InjectionToken names and cleanup imports 2025-11-10 12:04:31 -08:00
statemanager refactor(router): Add handling of abort event on signal of NavigateEvent 2025-11-10 08:02:43 -08:00
utils refactor(common): Removes unused imports to clean up dependencies 2025-11-06 08:35:28 -08:00
apply_redirects.ts refactor(router): update error checks extending error (#63487) 2025-09-11 16:55:58 +00:00
apply_redirects_rxjs.ts refactor(router): Add internal flag to control async vs rxjs recognize (#62994) 2025-08-29 08:55:13 -07:00
create_router_state.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
create_url_tree.ts fix(router): Respect custom UrlSerializer handling of query parameters (#64449) 2025-10-20 18:42:56 +00:00
errors.ts fix(router): Surface parse errors in Router.parseUrl (#64503) 2025-10-20 17:51:29 +00:00
events.ts docs: adds guide references to router APIs 2025-11-13 10:00:19 -08:00
index.ts refactor(router): publishing getLoadedRoutes using the global utils function (#58199) 2024-10-22 09:40:45 -07:00
models.ts docs: adds guide references to router APIs 2025-11-13 10:00:19 -08:00
models_deprecated.ts fix(router): Remove 'any' type from route guards (#60378) 2025-03-28 11:50:11 +00:00
navigation_canceling_error.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
navigation_transition.ts refactor(router): Compress middle of navigation pipeline to fewer operators (#64480) 2025-10-24 09:31:05 +02:00
page_title_strategy.ts docs: Adds guide for customizing page titles with TitleStrategy (#64238) 2025-10-06 15:17:58 -04:00
private_export.ts refactor(router): Add provider for integrating with Navigation API and Location shim 2025-10-27 09:21:56 +01:00
provide_router.ts docs: adds guide references to router APIs 2025-11-13 10:00:19 -08:00
recognize.ts refactor(common): remove unused import (#64699) 2025-10-30 19:27:33 +00:00
recognize_rxjs.ts refactor(router): update route config loading to use async/await (#64322) 2025-10-13 09:58:10 -07:00
route_reuse_strategy.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
router.ts feat(router): Add scroll behavior controls on router navigation 2025-10-27 09:24:26 +01:00
router_config.ts refactor(router): remove redundant providedIn: 'root' from injection tokens 2025-11-04 00:31:52 +00:00
router_config_loader.ts refactor(core): improve resource loading with async/await 2025-11-11 12:50:16 -08:00
router_devtools.ts feat(devtools): clean up router tree for stable release (#63081) 2025-09-02 20:59:15 -07:00
router_module.ts refactor(common): Removes unused imports to clean up dependencies 2025-11-06 08:35:28 -08:00
router_outlet_context.ts refactor(router): add return types to exported functions (#61310) 2025-05-14 08:57:35 -07:00
router_preloader.ts refactor(router): update route config loading to use async/await (#64322) 2025-10-13 09:58:10 -07:00
router_scroller.ts refactor(router): add ngDevMode guards to InjectionToken names and cleanup imports 2025-11-10 12:04:31 -08:00
router_state.ts docs: adds guide references to router APIs 2025-11-13 10:00:19 -08:00
shared.ts refactor(router): Update pre/post wildcard matching to retain 0 or more segment match meaning 2025-11-04 17:56:54 +00:00
url_handling_strategy.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
url_tree.ts fix(router): handle parenthesized outlets without a name in DefaultUrlSerializer (#64507) 2025-10-23 12:33:57 +02:00
version.ts refactor(core): mark VERSION as @__PURE__ for better tree-shaking 2025-11-10 12:04:04 -08:00