From 43d1b9864f28448e162ce71687ccc3e3ff2065aa Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Mon, 22 Jan 2018 22:17:31 +0000 Subject: [PATCH] docs(aio): update docs changelog with links to ts-to-js guide (#21712) PR Close #21712 --- aio/content/guide/change-log.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/change-log.md b/aio/content/guide/change-log.md index a1e08a8866..08d56deb1e 100644 --- a/aio/content/guide/change-log.md +++ b/aio/content/guide/change-log.md @@ -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.