chore (docs) quickstart to alpha-44

This commit is contained in:
Ward Bell 2015-10-18 14:31:54 -07:00 committed by Naomi Black
parent e3cf6cf9d8
commit 6de67dea84
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -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": {

View File

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

View File

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

View File

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