Skip to content

Commit 2ca7acd

Browse files
committed
save progress
1 parent ed16c12 commit 2ca7acd

File tree

9 files changed

+18
-9
lines changed

9 files changed

+18
-9
lines changed

e2e/router-tab-view/package.json

+9-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"readme": "NativeScript Application",
55
"repository": "<fill-your-repository-here>",
66
"nativescript": {
7-
"id": "org.nativescript.routertabview"
7+
"id": "org.nativescript.routertabview",
8+
"tns-ios": {
9+
"version": "6.1.1"
10+
}
811
},
912
"dependencies": {
1013
"@angular/animations": "~8.2.0",
@@ -15,14 +18,16 @@
1518
"@angular/platform-browser": "~8.2.0",
1619
"@angular/platform-browser-dynamic": "~8.2.0",
1720
"@angular/router": "~8.2.0",
18-
"nativescript-angular": "file:../../nativescript-angular",
21+
"nativescript-angular": "file:../../nativescript-angular-package",
1922
"nativescript-theme-core": "~1.0.4",
2023
"reflect-metadata": "~0.1.8",
2124
"rxjs": "^6.4.0",
2225
"tns-core-modules": "next",
2326
"zone.js": "^0.9.1"
2427
},
2528
"devDependencies": {
29+
"@angular/compiler-cli": "~8.2.0",
30+
"@ngtools/webpack": "~8.2.0",
2631
"@types/chai": "~4.1.7",
2732
"@types/mocha": "~5.2.5",
2833
"@types/node": "~10.12.18",
@@ -33,10 +38,8 @@
3338
"mocha": "~5.2.0",
3439
"mochawesome": "~3.1.2",
3540
"nativescript-dev-appium": "^6.0.0",
36-
"nativescript-dev-webpack": "next",
37-
"typescript": "~3.5.3",
38-
"@angular/compiler-cli": "~8.2.0",
39-
"@ngtools/webpack": "~8.2.0"
41+
"nativescript-dev-webpack": "^1.3.0-next-2019-10-02-144239-03",
42+
"typescript": "~3.5.3"
4043
},
4144
"scripts": {
4245
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",

e2e/single-page/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@angular/platform-browser": "~8.2.0",
1919
"@angular/platform-browser-dynamic": "~8.2.0",
2020
"@angular/router": "~8.2.0",
21-
"@nativescript/angular": "file:../../nativescript-angular",
21+
"nativescript-angular": "file:../../nativescript-angular-package",
2222
"nativescript-intl": "^3.0.0",
2323
"reflect-metadata": "~0.1.8",
2424
"rxjs": "^6.4.0",

nativescript-angular-package/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "@nativescript/angular";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "@nativescript/angular/nativescript.module";

nativescript-angular-package/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"url": "https://github.com/NativeScript/nativescript-angular.git"
2929
},
3030
"bin": {
31-
"update-app-ng-deps": "./bin/update-app-ng-deps"
31+
"update-app-ng-deps": "node_modules/@nativescript/angular/bin/update-app-ng-deps"
3232
},
3333
"dependencies": {
3434
"@nativescript/angular": "file:../nativescript-angular"
3535
}
36-
}
36+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "@nativescript/angular/platform-static";
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "@nativescript/angular/platform";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "@nativescript/angular/router/ns-location-strategy";

nativescript-angular-package/trace.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "@nativescript/angular/trace";

0 commit comments

Comments
 (0)