Upon compilation, I got this error:
ERROR in node_modules/angular-in-memory-web-api/http-backend.service.d.ts(2,75): error TS2307: Cannot find module '@angular/http'. node_modules/angular-in-memory-web-api/http-in-memory-web-api.module.d.ts(2,28): error TS2307: Cannot find module '@angular/http'.
In package.json: "angular-in-memory-web-api": "^0.5.0"
I've deleted node_modules -> cleaned npm cache but still the same error