angular/modules/@angular/router/test
Victor Savkin 5df998d086 fix(router): do not finish bootstrap until all the routes are resolved (#14762)
DEPRECATION:

Use `RouterModule.forRoot(routes, {initialNavigation: 'enabled'})` instead of
`RouterModule.forRoot(routes, {initialNavigtaion: true})`.

Before doing this, move the initialization logic affecting the router
from the bootstrapped component to the boostrapped module.

Similarly, use `RouterModule.forRoot(routes, {initialNavigation: 'disabled'})`
instead of `RouterModule.forRoot(routes, {initialNavigation: false})`.

Deprecated options: 'legacy_enabled', `true` (same as 'legacy_enabled'),
'legacy_disabled', `false` (same as 'legacy_disabled').

The "Router Initial Navigation" design document covers this change.
Read more here:
https://docs.google.com/document/d/1Hlw1fPaVs-PCj5KPeJRKhrQGAvFOxdvTlwAcnZosu5A/edit?usp=sharing
2017-03-07 14:27:20 -08:00
..
utils fix(router): route.parent should work for secondary children 2016-08-08 09:15:59 -07:00
apply_redirects.spec.ts fix: build and test fixes for TS 2.1 (#13294) 2017-02-08 11:32:40 -06:00
bootstrap.spec.ts fix(router): do not finish bootstrap until all the routes are resolved (#14762) 2017-03-07 14:27:20 -08:00
config.spec.ts fix(router): validate nested routes (#13224) 2016-12-06 10:41:01 -08:00
create_router_state.spec.ts feat(router): add support for custom route reuse strategies 2016-11-29 23:21:41 -08:00
create_url_tree.spec.ts chore(lint): remove unused imports (#11923) 2016-09-27 17:12:25 -07:00
integration.spec.ts feat(router): add an option to rerun guards and resolvers when query changes (#14624) 2017-02-23 22:12:30 -08:00
recognize.spec.ts feat(router): add support for custom url matchers 2016-11-09 16:24:58 -08:00
router.spec.ts feat(router): add an option to rerun guards and resolvers when query changes (#14624) 2017-02-23 22:12:30 -08:00
router_preloader.spec.ts feat(router): add RouteConfigLoadStart and RouteConfigLoadEnd events 2017-02-20 16:19:05 -08:00
router_state.spec.ts feat(Router): call resolver when upstream params change (#12942) 2017-01-09 18:56:58 -05:00
spy_ng_module_factory_loader.spec.ts fix(router): module loader should start compiling modules when stubbedModules are set (#11742) 2016-10-20 10:58:53 -07:00
url_serializer.spec.ts fix(router): add support for query params with mulitple values 2016-12-08 18:42:58 -08:00
url_tree.spec.ts fix(Router): fix checking for object intersection 2017-01-09 16:30:14 -05:00