From eb8cb18e2c1f9488ff548951a19e6b97139ca2a5 Mon Sep 17 00:00:00 2001 From: Hans Larsen Date: Thu, 16 Nov 2017 11:21:31 -0800 Subject: [PATCH] revert: fix(@schematics/angular): Remove dep @angular/http This reverts commit cf70df19c2f419c87871aa66d7bc821ff7751a73. --- packages/schematics/angular/application/files/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/schematics/angular/application/files/package.json b/packages/schematics/angular/application/files/package.json index a5ac05ae0c..79d69c0a5c 100644 --- a/packages/schematics/angular/application/files/package.json +++ b/packages/schematics/angular/application/files/package.json @@ -17,6 +17,7 @@ "@angular/compiler": "^5.0.0", "@angular/core": "^5.0.0", "@angular/forms": "^5.0.0", + "@angular/http": "^5.0.0", "@angular/platform-browser": "^5.0.0", "@angular/platform-browser-dynamic": "^5.0.0", "@angular/router": "^5.0.0",<% if (serviceWorker) { %>