I encountered a similar problem. I just downloaded the entire example near the end of part 7 (last part) of the tutorial and ran it. It worked.
Of course, you need to install and compile everything first.
> npm install
> npm start
I also changed 'app-root' to 'my-app' in app.component.ts.