angular/packages/router/src
Vikram Subramanian e6c731f791 fix(router): don't use spread operator to workaround an issue in closure compiler (#22884)
Closure compiler could not handle the spread operator in this one place. Working around it by removing the use of spread operator.

PR Close #22884
2018-03-20 13:30:37 -07:00
..
directives feat(core): upgrade rxjs to 6.0.0-alpha.4 (#22573) 2018-03-19 21:51:51 -07:00
utils fix(router): don't use spread operator to workaround an issue in closure compiler (#22884) 2018-03-20 13:30:37 -07:00
apply_redirects.ts feat(core): upgrade rxjs to 6.0.0-alpha.4 (#22573) 2018-03-19 21:51:51 -07:00
config.ts feat(core): upgrade rxjs to 6.0.0-alpha.4 (#22573) 2018-03-19 21:51:51 -07:00
create_router_state.ts feat(core): upgrade rxjs to 6.0.0-alpha.4 (#22573) 2018-03-19 21:51:51 -07:00
create_url_tree.ts fix(router): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
events.ts feat(router): add navigationSource and restoredState to NavigationStart event (#21728) 2018-01-29 10:22:59 -08:00
index.ts build: update npm dependencies (#19328) 2017-09-22 13:20:52 -07:00
interfaces.ts feat(core): upgrade rxjs to 6.0.0-alpha.4 (#22573) 2018-03-19 21:51:51 -07:00
pre_activation.ts feat(core): upgrade rxjs to 6.0.0-alpha.4 (#22573) 2018-03-19 21:51:51 -07:00
private_export.ts refactor(router): cleanup & simplification (#15436) 2017-03-29 09:44:04 -07:00
recognize.ts feat(core): upgrade rxjs to 6.0.0-alpha.4 (#22573) 2018-03-19 21:51:51 -07:00
route_reuse_strategy.ts refactor(router): don't run the change detection every time an outlet is activated 2017-05-19 11:55:15 -07:00
router.ts feat(core): upgrade rxjs to 6.0.0-alpha.4 (#22573) 2018-03-19 21:51:51 -07:00
router_config_loader.ts feat(core): upgrade rxjs to 6.0.0-alpha.4 (#22573) 2018-03-19 21:51:51 -07:00
router_module.ts feat(core): upgrade rxjs to 6.0.0-alpha.4 (#22573) 2018-03-19 21:51:51 -07:00
router_outlet_context.ts refactor(router): don't run the change detection every time an outlet is activated 2017-05-19 11:55:15 -07:00
router_preloader.ts feat(core): upgrade rxjs to 6.0.0-alpha.4 (#22573) 2018-03-19 21:51:51 -07:00
router_state.ts feat(core): upgrade rxjs to 6.0.0-alpha.4 (#22573) 2018-03-19 21:51:51 -07:00
shared.ts fix(router): resolve and guards should be able to reject with null and undefined (#19418) 2017-09-28 11:06:08 -07:00
url_handling_strategy.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
url_tree.ts fix(router): correct over-encoding of URL fragment (#22687) 2018-03-11 22:15:01 -07:00
version.ts fix(router): update the version placeholder so that it gets replaced during the build 2017-06-19 15:11:06 -07:00