I have followed the Tutorial. After changing app/maint.ts in the Http chapter I get the error when starting the app via command line:
app/maint.ts
ap
I solved it copying index.js and index.d.ts to core.js and core.d.ts, that is, inside node_modules/angular2-in-memory-web-api folder. Go figure out.
index.js
index.d.ts
core.js
core.d.ts
node_modules/angular2-in-memory-web-api