File tree 3 files changed +11
-6
lines changed
3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 23
23
"zone.js" : " ^0.9.1"
24
24
},
25
25
"devDependencies" : {
26
- "@angular/compiler-cli" : " 8.2.0" ,
27
- "@ngtools/webpack" : " 8.2.0" ,
28
26
"@types/chai" : " ~4.1.7" ,
29
27
"@types/mocha" : " ~5.2.5" ,
30
28
"@types/node" : " ~10.12.18" ,
35
33
"mocha" : " ~5.2.0" ,
36
34
"mochawesome" : " ~3.1.2" ,
37
35
"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"
40
40
},
41
41
"scripts" : {
42
42
"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"
45
44
}
46
45
}
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";
9
9
export * from "./nativescript.module" ;
10
10
export * from "./common" ;
11
11
12
+ export * from "./router" ;
13
+ export * from "./file-system" ;
14
+ export * from "./http-client" ;
15
+ export * from "./forms" ;
16
+
12
17
export {
13
18
ViewClass ,
14
19
ViewClassMeta ,
You can’t perform that action at this time.
0 commit comments