docs(aio): update docs changelog with links to ts-to-js guide (#21712)

PR Close #21712
This commit is contained in:
Pete Bacon Darwin 2018-01-22 22:17:31 +00:00 committed by Miško Hevery
parent f9a6a94be4
commit 43d1b9864f
1 changed files with 4 additions and 2 deletions

View File

@ -120,11 +120,13 @@ 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 guide (removed August 2017, PR #18694)
explains how to write apps in ES6/7
The updated TypeScript to JavaScript guide explains how to write apps in ES6/7
by translating the common idioms in the TypeScript documentation examples
(and elsewhere on the web) to ES6/7 and ES5.
This was [removed in August 2017](https://github.com/angular/angular/pull/18694) but can still be
viewed in the [v2 documentation](https://v2.angular.io/docs/ts/latest/cookbook/ts-to-js.html).
## Sync with Angular v.2.1.1 (2016-10-21)
Docs and code samples updated and tested with Angular v.2.1.1.