From 92ddd46bcccfd5d60817d43e6d2bf1069f397ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=A1ko=20Hevery?= Date: Wed, 24 Jan 2018 15:50:41 -0800 Subject: [PATCH] Revert "docs(aio): update docs changelog with links to ts-to-js guide (#21712)" This reverts commit 43d1b9864f28448e162ce71687ccc3e3ff2065aa. --- aio/content/guide/change-log.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/aio/content/guide/change-log.md b/aio/content/guide/change-log.md index 854f93010e..e51775a058 100644 --- a/aio/content/guide/change-log.md +++ b/aio/content/guide/change-log.md @@ -120,13 +120,11 @@ 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 explains how to write apps in ES6/7 +The updated TypeScript to JavaScript guide (removed August 2017, PR #18694) +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.