angular/packages/router/src
Andrew Scott f364378e4d fix(router): Use correct return type for provideRoutes function (#46941)
The provideRoutes function of the Router returns a Provider array and should not be typed as 'any'

PR Close #46941
2022-08-01 11:20:49 -07:00
..
components feat(router): Make router directives standalone (#46758) 2022-07-14 21:11:14 +00:00
directives feat(router): Make router directives standalone (#46758) 2022-07-14 21:11:14 +00:00
operators feat(router): expose resolved route title (#46826) 2022-07-21 09:24:56 +00:00
utils refactor(router): move around some code to eliminate circular deps (#46752) 2022-07-11 17:59:31 +00:00
apply_redirects.ts refactor(router): move around some code to eliminate circular deps (#46752) 2022-07-11 17:59:31 +00:00
create_router_state.ts fix(router): reuse route strategy fix (#43791) 2021-10-21 16:28:03 +00:00
create_url_tree.ts refactor(router): Convert user-visible router errors to RuntimeError (#46562) 2022-06-29 12:50:23 -07:00
errors.ts refactor(router): Remove custom error message for invalid guards (#46678) 2022-07-01 13:25:50 -07:00
events.ts feat(router): Add the target RouterStateSnapshot to NavigationError (#46731) 2022-07-08 16:19:06 +00:00
index.ts feat(router): Expose the default matcher for Routes used by the Router (#46913) 2022-08-01 11:19:33 -07:00
models.ts refactor(router): move around some code to eliminate circular deps (#46752) 2022-07-11 17:59:31 +00:00
navigation_canceling_error.ts refactor(router): move around some code to eliminate circular deps (#46752) 2022-07-11 17:59:31 +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): Update Router to be providedIn: 'root' (#46824) 2022-07-20 11:36:04 -07:00
recognize.ts refactor(router): Convert user-visible router errors to RuntimeError (#46562) 2022-06-29 12:50:23 -07:00
route_reuse_strategy.ts fix(router): export DefaultRouteReuseStrategy to Router public_api (#31575) 2020-08-13 16:02:41 -07:00
router.ts refactor(router): Update Router to be providedIn: 'root' (#46824) 2022-07-20 11:36:04 -07:00
router_config.ts docs(router): remove incorrect deprecation text in InitialNavigation (#46916) 2022-07-22 08:26:25 +00:00
router_config_loader.ts feat(router): Make router directives standalone (#46758) 2022-07-14 21:11:14 +00:00
router_module.ts fix(router): Use correct return type for provideRoutes function (#46941) 2022-08-01 11:20:49 -07:00
router_outlet_context.ts feat(router): Make router directives standalone (#46758) 2022-07-14 21:11:14 +00:00
router_preloader.ts refactor(router): Move preloading to tree-shakeable provider (#46215) 2022-06-22 13:26:46 -07:00
router_scroller.ts refactor(router): Extract router scroller into a tree-shakeable provider (#46215) 2022-06-22 13:26:46 -07:00
router_state.ts feat(router): expose resolved route title (#46826) 2022-07-21 09:24:56 +00:00
shared.ts feat(router): Expose the default matcher for Routes used by the Router (#46913) 2022-08-01 11:19:33 -07:00
url_handling_strategy.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
url_tree.ts feat(router): Make router directives standalone (#46758) 2022-07-14 21:11:14 +00:00
version.ts docs: fix package name in version.ts files in different packages (#41208) 2021-05-10 10:26:34 -04:00