Merge pull request #2831 from IdeaBlade/change-log-undeprecate-old-ngupgrade
docs(change-log): correct log for NgUpdate (not deprecated)
This commit is contained in:
commit
f915746262
|
@ -8,10 +8,12 @@ block includes
|
|||
## Sync with Angular v.2.2.0 (2016-11-14)
|
||||
Docs and code samples updated and tested with Angular v.2.2.0
|
||||
|
||||
## UPDATE: NgUpgrade Guide reflects the new v.2.2.0 adapters (2016-11-14)
|
||||
## UPDATE: NgUpgrade Guide for the AoT friendly _upgrade/static_ module (2016-11-14)
|
||||
The updated [NgUpgrade Guide](upgrade.html) guide covers the
|
||||
new `NgUpgradeModule` released in v.2.2.0 which replaces the
|
||||
***now deprecated*** upgrade facilities prior to v.2.2.0.
|
||||
new AoT friendly `upgrade/static` module
|
||||
released in v.2.2.0, which is the recommended
|
||||
facility for migrating from Angular 1 to Angular 2.
|
||||
The documentation for the version prior to v.2.2.0 has been removed.
|
||||
|
||||
## ES6 described in "TypeScript to JavaScript" (2016-11-14)
|
||||
The updated "[TypeScript to JavaScript](../cookbook/ts-to-js.html)" cookbook
|
||||
|
|
Loading…
Reference in New Issue