angular-cn/modules/playground/src
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
..
animate refactor(playground): make playground great again 2016-11-10 12:07:51 -08:00
async refactor(playground): make playground great again 2016-11-10 12:07:51 -08:00
benchpress chore: rename modules/examples to modules/playground 2015-10-18 11:48:43 +00:00
gestures refactor(playground): update gestures playground to use latest hammer.js 2016-10-31 14:43:04 -07:00
hello_world docs: branding fixes (#14132) 2017-01-27 15:03:11 -06:00
http fix(compiler): do not autoinclude components declared as entry points (#10898) 2016-08-19 15:59:50 -07:00
jsonp refactor(http): Removed deprecated HTTP_PROVIDERS and JSONP_PROVIDERS (#10864) 2016-08-17 07:43:31 -07:00
key_events refactor(playground): make playground great again 2016-11-10 12:07:51 -08:00
model_driven_forms refactor(lint): Don't allow console.log 2016-11-23 15:47:01 -08:00
order_management docs: branding fixes (#14132) 2017-01-27 15:03:11 -06:00
person_management docs: branding fixes (#14132) 2017-01-27 15:03:11 -06:00
relative_assets test: fix existing tests by removing usage of obsolete stuff like component level directives, AsyncCompleter and TestComponentBuilder 2016-08-23 09:59:00 -07:00
routing test: fix flaky e2e inbox-app test due to net::ERR_SSL_PROTOCOL_ERROR from fetching google fonts (#14665) 2017-02-22 22:00:01 -08:00
sourcemap fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
svg fix(compiler): do not autoinclude components declared as entry points (#10898) 2016-08-19 15:59:50 -07:00
template_driven_forms refactor(lint): Don't allow console.log 2016-11-23 15:47:01 -08:00
todo docs: branding fixes (#14132) 2017-01-27 15:03:11 -06:00
upgrade refactor(playground): make playground great again 2016-11-10 12:07:51 -08:00
web_workers fix(router): do not finish bootstrap until all the routes are resolved (#14762) 2017-03-07 14:27:20 -08:00
zippy_component docs: branding fixes (#14132) 2017-01-27 15:03:11 -06:00
bootstrap.ts refactor(animations): support browser animation rendering (#14578) 2017-02-22 15:14:49 -08:00