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

Commit 79eaf75

Browse files
committed
docs(change-log): correct log for NgUpdate (not deprecated)
1 parent 1fe2083 commit 79eaf75

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

public/docs/ts/latest/guide/change-log.jade

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ block includes
88
## Sync with Angular v.2.2.0 (2016-11-14)
99
Docs and code samples updated and tested with Angular v.2.2.0
1010

11-
## UPDATE: NgUpgrade Guide reflects the new v.2.2.0 adapters (2016-11-14)
11+
## UPDATE: NgUpgrade Guide for the AoT friendly _upgrade/static_ module (2016-11-14)
1212
The updated [NgUpgrade Guide](upgrade.html) guide covers the
13-
new `NgUpgradeModule` released in v.2.2.0 which replaces the
14-
***now deprecated*** upgrade facilities prior to v.2.2.0.
13+
new AoT friendly `upgrade/static` module
14+
released in v.2.2.0, which is the recommended
15+
facility for migrating from Angular 1 to Angular 2.
16+
The documentation for the version prior to v.2.2.0 has been removed.
1517

1618
## ES6 described in "TypeScript to JavaScript" (2016-11-14)
1719
The updated "[TypeScript to JavaScript](../cookbook/ts-to-js.html)" cookbook

0 commit comments

Comments
 (0)