Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

docs(change-log): correct log for NgUpdate (not deprecated) #2831

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions public/docs/ts/latest/guide/change-log.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down