remove angular http module

This commit is contained in:
Kyle Spearrin 2020-01-27 08:55:26 -05:00
parent c91ab626c2
commit f75ae0d429
2 changed files with 0 additions and 9 deletions

8
package-lock.json generated
View File

@ -53,14 +53,6 @@
"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": {
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-7.2.1.tgz",

View File

@ -68,7 +68,6 @@
"@angular/compiler": "7.2.1",
"@angular/core": "7.2.1",
"@angular/forms": "7.2.1",
"@angular/http": "7.2.1",
"@angular/platform-browser": "7.2.1",
"@angular/platform-browser-dynamic": "7.2.1",
"@angular/router": "7.2.1",