angular-cn/packages/router/src
Jason Aden 53f356427f fix(router): type cast correctly for IE 11 bug breaking URL Unification when comparing objects (#30464)
PR #30393 corrected behavior where Object.keys sometimes returns an `undefined` value. However, the types didn't reflect this in the code. That fix actually missed one value that could return `undefined`. This PR corrects this by casting the types to what they can be in IE 11. This ensures the code behaves as it should when this edge case comes up.

PR Close #30464
2019-05-15 14:09:53 -07:00
..
components build: enable bundle_dts for router package (#28833) 2019-03-07 07:30:44 -08:00
directives refactor(router): change RouterLinkActive impl to account for upcoming ivy breaking change (#28560) 2019-02-08 16:42:45 -08:00
operators fix(router): add `relativeLinkResolution` to `recognize` operator (#26990) 2018-11-13 16:18:08 -08:00
utils fix(router): type cast correctly for IE 11 bug breaking URL Unification when comparing objects (#30464) 2019-05-15 14:09:53 -07:00
apply_redirects.ts feat(router): allow guards to return UrlTree as well as boolean (#26521) 2018-10-31 19:51:50 -04:00
config.ts feat(router): deprecate loadChildren:string (#30073) 2019-04-24 17:06:05 -07:00
create_router_state.ts fix(router): cache route handle if found (#22475) 2018-04-23 13:35:59 -07:00
create_url_tree.ts Revert "fix(router): change processing url tree children condition (#26243)" (#27516) 2018-12-06 09:17:20 -08:00
events.ts feat(router): add a Navigation type available during navigation (#27198) 2018-11-30 13:34:55 -08:00
index.ts feat(router): deprecate loadChildren:string (#30073) 2019-04-24 17:06:05 -07:00
interfaces.ts docs: fix grammatical errors in the guides and API documentation (#29928) 2019-04-22 17:32:30 -07:00
private_export.ts build: enable bundle_dts for router package (#28833) 2019-03-07 07:30:44 -08:00
recognize.ts Revert "fix(router): process empty path segment when preceding a named outlet (#26243)" (#27516) 2018-12-06 09:17:20 -08:00
route_reuse_strategy.ts docs: convert all `@experimental` tags to `@publicApi` tags (#26595) 2018-10-19 14:35:52 -07:00
router.ts Revert "Revert "fix(router): fix a problem with router not responding to back button (#30160)" (#30320)" (#30344) 2019-05-15 10:14:47 -07:00
router_config_loader.ts fix(router): removed obsolete TODO comment (#29085) 2019-03-05 09:44:40 -08:00
router_module.ts docs: update extra options available for RouterModule.forRoot() method (#29846) 2019-04-17 17:25:31 -07:00
router_outlet_context.ts docs: update router to use `@publicApi` tags (#26595) 2018-10-19 14:35:53 -07:00
router_preloader.ts docs: update router to use `@publicApi` tags (#26595) 2018-10-19 14:35:53 -07:00
router_scroller.ts fix(router): default scroll position restoration to disabled (#25586) 2018-08-21 10:48:14 -07:00
router_state.ts docs(router): Move ActivatedRoute example to mini-app (#29755) 2019-05-08 13:52:22 -07:00
shared.ts docs: update router to use `@publicApi` tags (#26595) 2018-10-19 14:35:53 -07:00
url_handling_strategy.ts docs: convert all `@experimental` tags to `@publicApi` tags (#26595) 2018-10-19 14:35:52 -07:00
url_tree.ts docs: update router to use `@publicApi` tags (#26595) 2018-10-19 14:35:53 -07:00
version.ts docs: update router to use `@publicApi` tags (#26595) 2018-10-19 14:35:53 -07:00