feat: remove @angular/http (#27038)

The legacy HTTP package was deprecated in v5 with the launch of
@angular/common/http. The legacy package hasn't been published
since v7, and will therefore not include a migration.

PR Close #27038
This commit is contained in:
Adam Plumer
2018-11-09 20:23:46 -06:00
committed by Alex Rickabaugh
parent fbd281c26e
commit 388dc93cee
51 changed files with 1 additions and 5287 deletions

View File

@ -28,7 +28,6 @@ const requiredNodeModules = {
'@angular/compiler-cli': resolveNpmTreeArtifact('angular/packages/compiler-cli/npm_package'),
'@angular/core': resolveNpmTreeArtifact('angular/packages/core/npm_package'),
'@angular/forms': resolveNpmTreeArtifact('angular/packages/forms/npm_package'),
'@angular/http': resolveNpmTreeArtifact('angular/packages/http/npm_package'),
'@angular/platform-browser':
resolveNpmTreeArtifact('angular/packages/platform-browser/npm_package'),
'@angular/platform-browser-dynamic':