angular/packages/router/src
Andrew Scott c62e680098 fix(router): Remove deprecated Router properties (#51502)
This commit removes deprecated properties on the Router. These are meant
to be configured through DI and not meant to be changed during runtime.

BREAKING CHANGE: The following Router properties have been removed from
the public API:

- canceledNavigationResolution
- paramsInheritanceStrategy
- titleStrategy
- urlUpdateStrategy
- malformedUriErrorHandler

These should instead be configured through the `provideRouter` or
`RouterModule.forRoot` APIs.

PR Close #51502
2023-08-29 19:47:58 +00:00
..
components feat(router): Make router directives standalone (#46758) 2022-07-14 21:11:14 +00:00
directives docs: fix see also links. (#51379) 2023-08-17 10:18:33 -07:00
operators refactor(router): Remove internal use of guard and resolve interfaces (#49548) 2023-03-31 11:51:50 -07:00
utils docs(router): Make links out of @see tags (#50110) 2023-06-14 10:54:38 +02:00
apply_redirects.ts fix(router): Route matching should only happen once when navigating (#49163) 2023-03-29 14:40:41 -07:00
create_router_state.ts fix(router): reuse route strategy fix (#43791) 2021-10-21 16:28:03 +00:00
create_url_tree.ts fix(router): Apply named outlets to children empty paths not appearing in the URL (#51292) 2023-08-10 09:18:30 -07:00
errors.ts feat(router): Add UrlTree constructor to public API (#47186) 2022-08-22 10:44:52 -07:00
events.ts refactor(router): Have router subscribe to transition events to update state (#48427) 2023-08-22 08:04:00 -07:00
index.ts feat(router): Opt-in for binding Router information to component inputs (#49633) 2023-03-30 16:10:54 -07:00
models.ts docs: Instead of CanActivateFn, CanActivateChildFn appears in CanActivateFn docs (#51283) 2023-08-08 10:40:52 -07:00
models_deprecated.ts refactor(router): Update router export location for deprecated interfaces (#49504) 2023-03-21 14:09:22 -07:00
navigation_canceling_error.ts refactor(router): move around some code to eliminate circular deps (#46752) 2022-07-11 17:59:31 +00:00
navigation_transition.ts fix(router): Remove deprecated Router properties (#51502) 2023-08-29 19:47:58 +00:00
page_title_strategy.ts feat(router): expose resolved route title (#46826) 2022-07-21 09:24:56 +00:00
private_export.ts refactor(router): remove private export of withPreloading (#50194) 2023-05-09 14:45:30 -07:00
provide_router.ts docs: Improve documentation about Injection context / inject (#49782) 2023-07-10 07:09:31 -07:00
recognize.ts fix(router): Route matching should only happen once when navigating (#49163) 2023-03-29 14:40:41 -07:00
route_reuse_strategy.ts Revert "Revert "refactor(router): Simplify router defaults by making the defaults Injectable" (#48121)" (#48135) 2022-11-21 09:24:00 -08:00
router.ts fix(router): Remove deprecated Router properties (#51502) 2023-08-29 19:47:58 +00:00
router_config.ts docs(router): Make links out of @see tags (#50110) 2023-06-14 10:54:38 +02:00
router_config_loader.ts refactor(core): Remove NG_DEV_MODE const (#49530) 2023-03-22 15:31:48 -07:00
router_module.ts feat(router): Opt-in for binding Router information to component inputs (#49633) 2023-03-30 16:10:54 -07:00
router_outlet_context.ts fix(router): Remove deprecated ComponentFactoryResolver from APIs (#49239) 2023-03-14 10:58:12 -07:00
router_preloader.ts fix(router): Ensure Router preloading works with lazy component and static children (#49571) 2023-03-24 10:41:10 -07:00
router_scroller.ts Revert "refactor(router): Remove zone code from router scroller (#49238)" (#49311) 2023-03-03 18:31:04 +00:00
router_state.ts docs(router): Make links out of @see tags (#50110) 2023-06-14 10:54:38 +02:00
shared.ts docs(router): Make links out of @see tags (#50110) 2023-06-14 10:54:38 +02:00
url_handling_strategy.ts Revert "Revert "refactor(router): Simplify router defaults by making the defaults Injectable" (#48121)" (#48135) 2022-11-21 09:24:00 -08:00
url_tree.ts docs: fix see also links. (#51379) 2023-08-17 10:18:33 -07:00
version.ts docs: fix package name in version.ts files in different packages (#41208) 2021-05-10 10:26:34 -04:00