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

feat(ts): moving dev guide 1 to TS. #91

Closed
wants to merge 3 commits into from
Closed

feat(ts): moving dev guide 1 to TS. #91

wants to merge 3 commits into from

Conversation

rkirov
Copy link
Contributor

@rkirov rkirov commented May 5, 2015

Removes plunker links as they don't support TS yet.

Removes plunker links as they don't support TS yet.
@@ -39,41 +28,35 @@
application.

p.
The TypeScript setup includes System.js, a third-party open-source library that adds ES6 module loading functionality to browsers. This step isn't needed for the ES5 version. System requires mapping the code file paths to understand what to be load.
The TypeScript setup includes System.js, a third-party open-source library that adds ES6 module loading functionality to browsers. This step isn't needed for the ES5 version.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The text talks about creating a main.ts file, but I suppose technically, the es5 example would be called main.js. I think this probably belongs in a note before the first code-box, something like "Although we work through the examples here in TypeScript, you can also use regular ES5. Click the ES5 link in any code box to see the ES5 JavaScript version. Note that in ES5, you'd want to name your files .js rather than .ts."

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

@naomiblack
Copy link
Contributor

A few small nit-picks, otherwise LGTM.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants