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