Skip to content

Commit 82e6431

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"homepage": "https://github.com/angular/material2#readme",
2323
"peerDependencies": {
2424
"@angular/core": "^2.0.0",
25-
"@angular/common": "^2.0.0"
25+
"@angular/common": "^2.0.0",
26+
"@angular/http": "^2.0.0"
2627
},
2728
"dependencies": {
2829
"@types/hammerjs": "^2.0.30"

0 commit comments

Comments
 (0)