angular/modules/@angular/common/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
..
directives refactor: remove lang.ts (#14837) 2017-03-06 15:22:29 -08:00
location fix(router): do not finish bootstrap until all the routes are resolved (#14762) 2017-03-07 14:27:20 -08:00
pipes refactor: remove lang.ts (#14837) 2017-03-06 15:22:29 -08:00
common.ts fix(common): do not reference deprecated classes in providers (#14523) (#14523) 2017-02-23 17:23:56 -08:00
common_module.ts fix(common): do not reference deprecated classes in providers (#14523) (#14523) 2017-02-23 17:23:56 -08:00
localization.ts feat(common): export NgLocaleLocalization (#13367) 2016-12-12 11:16:12 -08:00
platform_id.ts feat: add a PLATFORM_ID token that provides a platform id Object. (#14647) 2017-02-22 16:49:46 -08:00
version.ts fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00