Renaming qs and system link
This commit is contained in:
parent
0e6a738a41
commit
9727d2147c
|
@ -45,7 +45,7 @@ p.
|
|||
|
||||
h4 es6-shim
|
||||
p.
|
||||
The <strong>quickstart</strong> includes <code>es6-shim.js</code>.
|
||||
The <strong>quickstart</strong> repository includes <code>es6-shim.js</code>.
|
||||
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.
|
||||
|
||||
|
@ -213,14 +213,13 @@ p.
|
|||
|
||||
p.
|
||||
The last step is to load the module for the <code>my-app</code> component.
|
||||
To do this, we'll use the System library,
|
||||
which is included in es6-shim.
|
||||
To do this, we'll use the System library, which is included in the quickstart repository.
|
||||
|
||||
.l-sub-section
|
||||
h3 System.js
|
||||
|
||||
p.
|
||||
System is a third-party open-source library that
|
||||
<a href="https://github.com/systemjs/systemjs">System</a> is a third-party open-source library that
|
||||
adds ES6 module loading functionality to browsers.
|
||||
|
||||
p.
|
||||
|
|
Loading…
Reference in New Issue