Skip to content

Commit

Permalink
fix(#1574): '@angular/http' module not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Oct 25, 2016
1 parent add0d23 commit 82e6431
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"homepage": "https://github.com/angular/material2#readme",
"peerDependencies": {
"@angular/core": "^2.0.0",
"@angular/common": "^2.0.0"
"@angular/common": "^2.0.0",
"@angular/http": "^2.0.0"
},
"dependencies": {
"@types/hammerjs": "^2.0.30"
Expand Down

0 comments on commit 82e6431

Please sign in to comment.