Received the following exception when following the “Tour of heroes” app quickstart:
No Directive annotation found on AppComponent
Turned out, my code was like this:
when it should have been like this:
notice the annotation has to be on the AppComponent class.