.es6 or .js

This commit is contained in:
David East 2015-03-04 22:58:14 -08:00
parent 9934ca3b51
commit f2b8fe638e
1 changed files with 3 additions and 1 deletions

View File

@ -67,7 +67,9 @@ p.
touch index.html touch index.html
touch app.es6 touch app.es6
.alert.is-helpful The <code>.es6</code> extension signifies that the file uses ES6 syntax. .alert.is-helpful.
The <code>.es6</code> extension signifies that the file uses ES6 syntax. If your editor doesn't
support syntax highlighting for .es6, use .js.
p Inside of <code>app.es6</code>, import the required modules from Angular: p Inside of <code>app.es6</code>, import the required modules from Angular: