Uncaught Error: Cannot find module '@angular/http'
When installing @angular/material and importing it the following error is thrown:
Uncaught Error: Cannot find module '@angular/http'
Weird because @angular/http is registered as one of the dependencies, but I double checked the issue just to make sure and still had the same result.