Repo name changed to quickstart.
This commit is contained in:
parent
1d2c0c53d8
commit
3daf1e8cce
|
@ -23,11 +23,11 @@ p.
|
||||||
p Within your project, clone the es6-shim repository:
|
p Within your project, clone the es6-shim repository:
|
||||||
|
|
||||||
pre.prettyprint
|
pre.prettyprint
|
||||||
code git clone https://github.com/angular/angular2-quickstart.git
|
code git clone https://github.com/angular/quickstart.git
|
||||||
|
|
||||||
p.
|
p.
|
||||||
For the sake of this quickstart we recommend using the
|
For the sake of this quickstart we recommend using the
|
||||||
<a href="https://github.com/angular/angular2-quickstart"> <code>angular2-quickstart</code> GitHub repository</a>.
|
<a href="https://github.com/angular/quickstart"> <code>quickstart</code> GitHub repository</a>.
|
||||||
This repository provides a faster start than building from <code>npm</code>. This repository includes Angular and dependencies to compile ES6 in incompatible browsers.
|
This repository provides a faster start than building from <code>npm</code>. This repository includes Angular and dependencies to compile ES6 in incompatible browsers.
|
||||||
|
|
||||||
.l-sub-section
|
.l-sub-section
|
||||||
|
@ -46,7 +46,7 @@ p.
|
||||||
|
|
||||||
h4 es6-shim
|
h4 es6-shim
|
||||||
p.
|
p.
|
||||||
The <strong>angular2-quickstart</strong> includes <code>es6-shim.js</code>.
|
The <strong>quickstart</strong> includes <code>es6-shim.js</code>.
|
||||||
The es6-shim.js file includes dependencies (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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue