Just finished watching a video at around 1 hour and 35 minutes mark where they added the courses part. However, I encountered an error during compilation.
../src/app/app.component.html:2:1 - error NG8001: 'courses' is not recognized as an element:
- If 'courses' is an Angular component, make sure it is included in this module.
- To include any element, add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
2
../src/app/app.component.ts:5:16
5 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.
I have tried debugging but couldn't figure out what's missing. Any assistance would be greatly appreciated.