angular-cn/modules/@angular
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
..
animations fix(animations): make animations work in AOT (#14775) 2017-03-01 17:13:06 -08:00
benchpress refactor: remove lang.ts (#14837) 2017-03-06 15:22:29 -08:00
common fix(router): do not finish bootstrap until all the routes are resolved (#14762) 2017-03-07 14:27:20 -08:00
compiler refactor: remove old compiler options (#14891) 2017-03-07 11:16:27 -08:00
compiler-cli refactor: remove old compiler options (#14891) 2017-03-07 11:16:27 -08:00
core refactor: remove old compiler options (#14891) 2017-03-07 11:16:27 -08:00
docs perf: distrubute smaller bundled code and include es2015 bundle 2017-02-21 20:48:55 -08:00
examples fix: throw for synthetic properties / listeners by default (#14880) 2017-03-06 17:15:08 -08:00
forms refactor: remove lang.ts (#14837) 2017-03-06 15:22:29 -08:00
http build: resolve review comments on flat modules PR and fix more bugs (#14660) 2017-02-23 16:39:44 -08:00
language-service refactor: remove old compiler options (#14891) 2017-03-07 11:16:27 -08:00
platform-browser fix: throw for synthetic properties / listeners by default (#14880) 2017-03-06 17:15:08 -08:00
platform-browser-dynamic refactor: remove lang.ts (#14837) 2017-03-06 15:22:29 -08:00
platform-server fix: throw for synthetic properties / listeners by default (#14880) 2017-03-06 17:15:08 -08:00
platform-webworker fix(router): do not finish bootstrap until all the routes are resolved (#14762) 2017-03-07 14:27:20 -08:00
platform-webworker-dynamic refactor: remove lang.ts (#14837) 2017-03-06 15:22:29 -08:00
router fix(router): do not finish bootstrap until all the routes are resolved (#14762) 2017-03-07 14:27:20 -08:00
upgrade fix(upgrade): populate upgraded component's view before creating the controller (#14289) 2017-03-07 09:32:52 -08:00
README.md docs: update README.md for npm packages 2016-09-14 17:14:02 -07:00
license-banner.txt style(docs): update copyright years (#13736) 2017-01-27 20:47:14 -08:00
router-license-banner.txt style(docs): update copyright years (#13736) 2017-01-27 20:47:14 -08:00

README.md

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

License: MIT