Skip to content

Commit 1d1e2e5

Browse files
committed
fix(#1574): '@angular/http' module not exist
1 parent add0d23 commit 1d1e2e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"@angular/compiler": "^2.0.0",
2828
"@angular/core": "^2.0.0",
2929
"@angular/forms": "^2.0.0",
30-
"@angular/http": "^2.0.0",
3130
"@angular/platform-browser": "^2.0.0",
3231
"@angular/platform-browser-dynamic": "^2.0.0",
3332
"@angular/router": "^3.0.0",
@@ -37,6 +36,9 @@
3736
"systemjs": "0.19.38",
3837
"zone.js": "^0.6.23"
3938
},
39+
"peerDependencies": {
40+
"@angular/http": "^2.0.0"
41+
},
4042
"devDependencies": {
4143
"@angular/compiler-cli": "0.6.0",
4244
"@angular/platform-server": "^2.0.0",

0 commit comments

Comments
 (0)