File tree 5 files changed +7
-6
lines changed
nativescript-angular/http-client
nativescript-angular-package
5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 23
23
}
24
24
},
25
25
"include" : [
26
- " ./node_modules/nativescript-angular" ,
26
+ " ../../nativescript-angular-package" ,
27
+ " ../../nativescript-angular" ,
27
28
" **/*"
28
29
],
29
30
"exclude" : [
Original file line number Diff line number Diff line change
1
+ export * from "@nativescript/angular/platform-common" ;
Original file line number Diff line number Diff line change 1
1
import { NgModule } from "@angular/core" ;
2
2
3
- // IMPORTant: Importing "@angular/common/http" for the first time overwrites the
4
- // global.__extends function.
5
- const cachedExtends = global . __extends ;
6
3
import { HttpClientModule , HttpBackend } from "@angular/common/http" ;
7
- global . __extends = cachedExtends ;
8
4
9
5
import { NSFileSystem } from "../file-system/ns-file-system" ;
10
6
import { NsHttpBackEnd } from "./ns-http-backend" ;
Original file line number Diff line number Diff line change 34
34
"@angular/platform-browser" : " ~8.2.0" ,
35
35
"@angular/platform-browser-dynamic" : " ~8.2.0" ,
36
36
"@angular/router" : " ~8.2.0" ,
37
- "nativescript-angular" : " file:../nativescript-angular" ,
37
+ "nativescript-angular" : " file:../nativescript-angular-package " ,
38
38
"rxjs" : " ^6.4.0" ,
39
39
"tns-core-modules" : " next" ,
40
40
"tns-platform-declarations" : " next" ,
Original file line number Diff line number Diff line change 28
28
},
29
29
"include" : [
30
30
" ../nativescript-angular" ,
31
+ " ../nativescript-angular-package" ,
31
32
" **/*"
32
33
],
33
34
"exclude" : [
35
+ " ../nativescript-angular-package/node_modules" ,
34
36
" ../nativescript-angular/node_modules" ,
37
+ " ../nativescript-angular-package/**/*.d.ts" ,
35
38
" ../nativescript-angular/**/*.d.ts" ,
36
39
" node_modules" ,
37
40
" platforms"
You can’t perform that action at this time.
0 commit comments