remove angular http module
This commit is contained in:
parent
c91ab626c2
commit
f75ae0d429
|
@ -53,14 +53,6 @@
|
||||||
"tslib": "^1.9.0"
|
"tslib": "^1.9.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@angular/http": {
|
|
||||||
"version": "7.2.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/@angular/http/-/http-7.2.1.tgz",
|
|
||||||
"integrity": "sha512-3xfdN2bmCbzATwRGUEZQVkGn3IN6tMX/whLWGWgcEV3CENJqTUjfjn1+nSHASQLUnmOr5T7yTiWK5P7bDrHYzw==",
|
|
||||||
"requires": {
|
|
||||||
"tslib": "^1.9.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"@angular/platform-browser": {
|
"@angular/platform-browser": {
|
||||||
"version": "7.2.1",
|
"version": "7.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-7.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-7.2.1.tgz",
|
||||||
|
|
|
@ -68,7 +68,6 @@
|
||||||
"@angular/compiler": "7.2.1",
|
"@angular/compiler": "7.2.1",
|
||||||
"@angular/core": "7.2.1",
|
"@angular/core": "7.2.1",
|
||||||
"@angular/forms": "7.2.1",
|
"@angular/forms": "7.2.1",
|
||||||
"@angular/http": "7.2.1",
|
|
||||||
"@angular/platform-browser": "7.2.1",
|
"@angular/platform-browser": "7.2.1",
|
||||||
"@angular/platform-browser-dynamic": "7.2.1",
|
"@angular/platform-browser-dynamic": "7.2.1",
|
||||||
"@angular/router": "7.2.1",
|
"@angular/router": "7.2.1",
|
||||||
|
|
Loading…
Reference in New Issue