Skip to content

Commit 8da4914

Browse files
committed
chore: upgrade to alpha52
Closes #10
1 parent cef2973 commit 8da4914

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33
"version": "0.0.0",
44
"license": "Apache-2.0",
55
"dependencies": {
6+
"angular2": "2.0.0-alpha.52",
7+
"es6-promise": "^3.0.2",
8+
"es6-shim": "^0.33.3",
9+
"reflect-metadata": "0.1.2",
10+
"rxjs": "5.0.0-alpha.14",
611
"systemjs": "0.19.4",
7-
"angular2": "2.0.0-alpha.48"
12+
"zone.js": "0.5.8"
813
},
914
"devDependencies": {
1015
"angular-cli": "0.0.*",

src/app/angular2-playground.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<nav>
22
<a href="#/" id="hello-link">Hello World</a> |
3-
<a [router-link]="['/NgUpgradeCmp']" id="upgrade-link">ngUpgrade</a>
3+
<a [routerLink]="['/NgUpgradeCmp']" id="upgrade-link">ngUpgrade</a>
44
</nav>
55

66
<router-outlet></router-outlet>

0 commit comments

Comments
 (0)