I am trying to work through the Angular2 tour of heroes app, and am running into bugs on the Http section of the tutorial.
At first I was getting the error:
My projects created using current CLI Tools, and I installed this:
npm install angular-in-memory-web-api --save
It works for me.