johnpapa / angular-tour-of-heroes

Angular - Tour of Heroes - The Next Step after Getting Started
Apache License 2.0
826 stars 1.45k forks source link

angular-in-memory-web-api #125

Closed JodyJSmith closed 7 years ago

JodyJSmith commented 7 years ago

@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.

JodyJSmith commented 7 years ago

NM - found it in

Appendix: Tour of Heroes in-memory web api