Skip to content

Commit 6a83ed4

Browse files
committed
Update for Angular 2 final release
1 parent 9169863 commit 6a83ed4

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

APM - Start/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<!-- Configure SystemJS -->
2020
<script src="systemjs.config.js"></script>
2121
<script>
22-
System.import('app').catch(function(err){ console.error(err); });
22+
System.import('app').catch(function(err){ console.error(err); });
2323
</script>
2424
</head>
2525

APM - Start/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,28 @@
1414
},
1515
"license": "ISC",
1616
"dependencies": {
17-
"@angular/common": "2.0.0-rc.6",
18-
"@angular/compiler": "2.0.0-rc.6",
19-
"@angular/core": "2.0.0-rc.6",
20-
"@angular/forms": "2.0.0-rc.6",
21-
"@angular/http": "2.0.0-rc.6",
22-
"@angular/platform-browser": "2.0.0-rc.6",
23-
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
24-
"@angular/router": "3.0.0-rc.2",
17+
"@angular/common": "2.0.0",
18+
"@angular/compiler": "2.0.0",
19+
"@angular/core": "2.0.0",
20+
"@angular/forms": "2.0.0",
21+
"@angular/http": "2.0.0",
22+
"@angular/platform-browser": "2.0.0",
23+
"@angular/platform-browser-dynamic": "2.0.0",
24+
"@angular/router": "3.0.0",
2525

2626
"core-js": "^2.4.1",
2727
"reflect-metadata": "^0.1.3",
28-
"rxjs": "5.0.0-beta.11",
28+
"rxjs": "5.0.0-beta.12",
2929
"systemjs": "0.19.27",
30-
"zone.js": "^0.6.17",
30+
"zone.js": "^0.6.23",
3131

3232
"bootstrap": "^3.3.6"
3333
},
3434
"devDependencies": {
3535
"concurrently": "^2.2.0",
3636
"lite-server": "^2.2.0",
3737
"tslint": "^3.7.4",
38-
"typescript": "^1.8.10",
38+
"typescript": "^2.0.2",
3939
"typings": "^1.0.4"
4040
},
4141
"repository": {}

0 commit comments

Comments
 (0)