File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff line change 1+ export * from "./ns-file-system" ;
Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ export * from "./resource-loader";
99export * from "./nativescript.module" ;
1010export * from "./common" ;
1111
12+ export * from "./router" ;
13+ export * from "./file-system" ;
14+ export * from "./http-client" ;
15+ export * from "./forms" ;
16+
1217export {
1318 ViewClass ,
1419 ViewClassMeta ,
You can’t perform that action at this time.
0 commit comments