chore (docs) quickstart to alpha-44
This commit is contained in:
parent
e3cf6cf9d8
commit
6de67dea84
|
@ -10,7 +10,7 @@
|
|||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"angular2": "2.0.0-alpha.42"
|
||||
"angular2": "2.0.0-alpha.44"
|
||||
},
|
||||
"devDependencies": {
|
||||
"live-server": "^0.8.1"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"angular2": "2.0.0-alpha.42",
|
||||
"angular2": "2.0.0-alpha.44",
|
||||
"systemjs": "0.19.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<title>Angular 2 QuickStart</title>
|
||||
<script src="https://code.angularjs.org/tools/system.js"></script>
|
||||
<script src="https://code.angularjs.org/tools/typescript.js"></script>
|
||||
<script src="https://code.angularjs.org/2.0.0-alpha.42/angular2.dev.js"></script>
|
||||
<script src="https://code.angularjs.org/2.0.0-alpha.44/angular2.dev.js"></script>
|
||||
<script>
|
||||
System.config({
|
||||
transpiler: 'typescript',
|
||||
|
|
|
@ -52,7 +52,7 @@ include ../../../_includes/_util-fns
|
|||
**Open** a terminal window and enter these commands:
|
||||
```
|
||||
npm init -y
|
||||
npm i angular2@2.0.0-alpha.42 --save --save-exact
|
||||
npm i angular2@2.0.0-alpha.44 --save --save-exact
|
||||
npm i live-server --save-dev
|
||||
```
|
||||
These commands both *install* the packages and *create* an npm configuration
|
||||
|
|
|
@ -246,7 +246,7 @@ include ../../../_includes/_util-fns
|
|||
Enter these commands:
|
||||
```
|
||||
npm init -y
|
||||
npm i angular2@2.0.0-alpha.42 systemjs@0.19.2 --save --save-exact
|
||||
npm i angular2@2.0.0-alpha.44 systemjs@0.19.2 --save --save-exact
|
||||
npm i typescript live-server --save-dev
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue