@johnpapa fyi, I got hung up on the subject dependency for a while. It doesn't appear to be included in the latest version of Node, so doesn't get scaffolded by Angular CLI. Webpack fails to compile when it hits app.module.ts line 6, and the tutorial breaks.
Suggest adding a note/step to the official tutorial to perform a manual npm install of angular-in-memory-web-api to the tour of heroes, node_modules directory created by Angular CLI.
@johnpapa fyi, I got hung up on the subject dependency for a while. It doesn't appear to be included in the latest version of Node, so doesn't get scaffolded by Angular CLI. Webpack fails to compile when it hits app.module.ts line 6, and the tutorial breaks.
Suggest adding a note/step to the official tutorial to perform a manual npm install of angular-in-memory-web-api to the tour of heroes, node_modules directory created by Angular CLI.