File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
nativescript-angular-package
nativescript-angular/http-client Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2323 }
2424 },
2525 "include" : [
26- " ./node_modules/nativescript-angular" ,
26+ " ../../nativescript-angular-package" ,
27+ " ../../nativescript-angular" ,
2728 " **/*"
2829 ],
2930 "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 11import { NgModule } from "@angular/core" ;
22
3- // IMPORTant: Importing "@angular/common/http" for the first time overwrites the
4- // global.__extends function.
5- const cachedExtends = global . __extends ;
63import { HttpClientModule , HttpBackend } from "@angular/common/http" ;
7- global . __extends = cachedExtends ;
84
95import { NSFileSystem } from "../file-system/ns-file-system" ;
106import { NsHttpBackEnd } from "./ns-http-backend" ;
Original file line number Diff line number Diff line change 3434 "@angular/platform-browser" : " ~8.2.0" ,
3535 "@angular/platform-browser-dynamic" : " ~8.2.0" ,
3636 "@angular/router" : " ~8.2.0" ,
37- "nativescript-angular" : " file:../nativescript-angular" ,
37+ "nativescript-angular" : " file:../nativescript-angular-package " ,
3838 "rxjs" : " ^6.4.0" ,
3939 "tns-core-modules" : " next" ,
4040 "tns-platform-declarations" : " next" ,
Original file line number Diff line number Diff line change 2828 },
2929 "include" : [
3030 " ../nativescript-angular" ,
31+ " ../nativescript-angular-package" ,
3132 " **/*"
3233 ],
3334 "exclude" : [
35+ " ../nativescript-angular-package/node_modules" ,
3436 " ../nativescript-angular/node_modules" ,
37+ " ../nativescript-angular-package/**/*.d.ts" ,
3538 " ../nativescript-angular/**/*.d.ts" ,
3639 " node_modules" ,
3740 " platforms"
You can’t perform that action at this time.
0 commit comments