From cf70df19c2f419c87871aa66d7bc821ff7751a73 Mon Sep 17 00:00:00 2001 From: Mike Brocchi Date: Thu, 16 Nov 2017 09:31:52 -0500 Subject: [PATCH] fix(@schematics/angular): Remove dep @angular/http Fixes angular/angular-cli#8507 --- packages/schematics/angular/application/files/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/schematics/angular/application/files/package.json b/packages/schematics/angular/application/files/package.json index 79d69c0a5c..a5ac05ae0c 100644 --- a/packages/schematics/angular/application/files/package.json +++ b/packages/schematics/angular/application/files/package.json @@ -17,7 +17,6 @@ "@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) { %>