.es6 or .js
This commit is contained in:
parent
9934ca3b51
commit
f2b8fe638e
|
@ -67,7 +67,9 @@ p.
|
|||
touch index.html
|
||||
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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue