Error: src/app/app.component.html:1:1 - error NG8001: 'app_home' is not a known element:
1. If 'app_home' is an Angular component, then verify that it is part of this module.
2. To allow any element add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
1 <app_home></app_home>
~~~~~~~~~~
src/app/app.component.ts:5:16
5 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.
PS: já observei as pastas e os modulos se encontram lá.