fix(platform-server): add @angular/http to the list of peerDependencies (#27307)
Fixes #26154 PR Close #27307
This commit is contained in:
parent
aedc343003
commit
32c5be97b0
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue