Redundant new.
This commit is contained in:
parent
a86243dbaf
commit
685b2fe3c5
|
@ -36,7 +36,7 @@
|
|||
|
||||
h3#section-transpile Import Angular
|
||||
p
|
||||
| Create a new file named <code>app.es6</code> at the root of the project. The <code>.es6</code> extension signifies that the file uses ES6 syntax.
|
||||
| Create a file named <code>app.es6</code> at the root of the project. The <code>.es6</code> extension signifies that the file uses ES6 syntax.
|
||||
|
||||
p Using the ES6 module syntax you can import the required modules from Angular2.
|
||||
pre
|
||||
|
|
Loading…
Reference in New Issue