angular2-quickstart wording.
This commit is contained in:
parent
f57aa72f6a
commit
1d2c0c53d8
|
@ -46,13 +46,9 @@ p.
|
||||||
|
|
||||||
h4 es6-shim
|
h4 es6-shim
|
||||||
p.
|
p.
|
||||||
The <strong>es6-shim</strong> package includes Angular and dependencies
|
The <strong>angular2-quickstart</strong> includes <code>es6-shim.js</code>.
|
||||||
(such as Traceur) needed to compile
|
The es6-shim.js file includes dependencies (such as Traceur) needed to compile
|
||||||
ES6 in the browser. Traceur is an ES6 compiler that transpiles ES6 to ES5 code.
|
ES6 in the browser. Traceur is an ES6 compiler that transpiles ES6 to ES5 code.
|
||||||
Think of the es6-shim repository as a package rather than a project.
|
|
||||||
|
|
||||||
// PENDING: "Think of ... as a package" could be clearer.
|
|
||||||
|
|
||||||
|
|
||||||
// STEP 3 - Import Angular ##########################
|
// STEP 3 - Import Angular ##########################
|
||||||
.l-main-section
|
.l-main-section
|
||||||
|
|
Loading…
Reference in New Issue