Skip to content

Commit 0a25c40

Browse files
committed
chore: export most types from root scope of the scoped package
1 parent 8174558 commit 0a25c40

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

Diff for: e2e/router-tab-view/package.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
"zone.js": "^0.9.1"
2424
},
2525
"devDependencies": {
26-
"@angular/compiler-cli": "8.2.0",
27-
"@ngtools/webpack": "8.2.0",
2826
"@types/chai": "~4.1.7",
2927
"@types/mocha": "~5.2.5",
3028
"@types/node": "~10.12.18",
@@ -35,12 +33,13 @@
3533
"mocha": "~5.2.0",
3634
"mochawesome": "~3.1.2",
3735
"nativescript-dev-appium": "^6.0.0",
38-
"nativescript-dev-webpack": "^1.3.0-next-2019-10-02-144239-03",
39-
"typescript": "~3.5.3"
36+
"nativescript-dev-webpack": "next",
37+
"typescript": "~3.5.3",
38+
"@angular/compiler-cli": "~8.2.0",
39+
"@ngtools/webpack": "~8.2.0"
4040
},
4141
"scripts": {
4242
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",
43-
"compile-tests": "tsc -p e2e --watch",
44-
"update-app-ng-deps": "update-app-ng-deps"
43+
"compile-tests": "tsc -p e2e --watch"
4544
}
4645
}

Diff for: nativescript-angular/file-system/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "./ns-file-system";

Diff for: nativescript-angular/index.ts

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ export * from "./resource-loader";
99
export * from "./nativescript.module";
1010
export * from "./common";
1111

12+
export * from "./router";
13+
export * from "./file-system";
14+
export * from "./http-client";
15+
export * from "./forms";
16+
1217
export {
1318
ViewClass,
1419
ViewClassMeta,

0 commit comments

Comments
 (0)