angular.io icon indicating copy to clipboard operation
angular.io copied to clipboard

QuickStart for JS has link to a TypeScript zip file

Open analytik opened this issue 8 years ago • 1 comments

Current behavior The quickstart documentation for JavaScript at https://angular.io/docs/js/latest/quickstart.html contains a link to TypeScript download. Under the heading "See It Run!", the link downloadable example leads to https://angular.io/resources/zips/quickstart/quickstart.zip which contains a TS version of the quickstart project.

The Plunker link is correct. I checked the live site documentation on 2017-03-25.

Expected behavior The downloadable example should link to a zip file that contains an ES version of the quickstart, like the Plunkr.

EDIT: Also, the article mentions Angular 2.4.0, the plunker has 4.0.0.

analytik avatar Mar 25 '17 10:03 analytik

Oh right. My zipper only does Typescript examples but the tag is applied everywhere. Will fix.

The article mentions that yes. We are updating everything as we speak.

Foxandxss avatar Mar 25 '17 23:03 Foxandxss