Redundant new.

This commit is contained in:
David East 2015-03-01 06:09:17 -08:00
parent a86243dbaf
commit 685b2fe3c5
1 changed files with 1 additions and 1 deletions

View File

@ -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