Skip to content

Commit 038068c

Browse files
authored
Merge pull request #9 from NativeScript/hdeshev/ng-2.3.1
Upgrade to angular 2.3.1
2 parents 603c30b + 47c6a24 commit 038068c

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

app/navigation-options/navigation-info.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ export class NavigationInfoComponent {
2424
update() {
2525
// If history is cleared: frameStack = 0, locationStack = 1
2626
this.frameStack = this.frame.backStack.length;
27-
this.locationStack = this.strategy._getSatates().length;
27+
this.locationStack = this.strategy._getStates().length;
2828
}
2929
}

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@
1313
}
1414
},
1515
"dependencies": {
16-
"nativescript-angular": "~1.2.0",
16+
"nativescript-angular": "~1.3.0",
1717
"tns-core-modules": "2.4.0",
18-
"nativescript-intl": "~0.0.4",
19-
"@angular/core": "~2.2.1",
20-
"@angular/common": "~2.2.1",
21-
"@angular/compiler": "~2.2.1",
22-
"@angular/http": "~2.2.1",
23-
"@angular/platform-browser": "~2.2.1",
24-
"@angular/platform-browser-dynamic": "~2.2.1",
25-
"@angular/forms": "~2.2.1",
26-
"@angular/router": "~3.2.1",
27-
"rxjs": "5.0.0-beta.12",
18+
"nativescript-intl": "~0.1.4",
19+
"@angular/core": "~2.3.1",
20+
"@angular/common": "~2.3.1",
21+
"@angular/compiler": "~2.3.1",
22+
"@angular/http": "~2.3.1",
23+
"@angular/platform-browser": "~2.3.1",
24+
"@angular/platform-browser-dynamic": "~2.3.1",
25+
"@angular/forms": "~2.3.1",
26+
"@angular/router": "~3.3.1",
27+
"rxjs": "5.0.0-rc.4",
2828
"reflect-metadata": "~0.1.8"
2929
},
3030
"devDependencies": {
31-
"zone.js": "~0.6.21",
31+
"zone.js": "~0.7.2",
3232
"babel-traverse": "6.8.0",
3333
"babel-types": "6.8.1",
3434
"babylon": "6.8.0",
@@ -37,4 +37,4 @@
3737
"nativescript-dev-typescript": "^0.3.2",
3838
"typescript": "^2.0.2"
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)