fix(platform-server): add @angular/http to the list of peerDependencies (#27307)

Fixes #26154

PR Close #27307
This commit is contained in:
Igor Minar 2018-11-27 15:24:17 -08:00
parent aedc343003
commit 32c5be97b0
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
"@angular/common": "0.0.0-PLACEHOLDER",
"@angular/compiler": "0.0.0-PLACEHOLDER",
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/http": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
"@angular/platform-browser-dynamic": "0.0.0-PLACEHOLDER"
},