For me the only solution was to upgrade angular2-in-memory-web-api to 0.0.10.
In package.json set
'angular2-in-memory-web-api': '0.0.10'
in the dependecies block, and in systemjs.config.js set
'angular2-in-memory-web-api': { main: 'index.js', defaultExtension: 'js' }
in the packages object.