No tópico 01 aula "Utilizando o primeiro componente" do curso "Angular: Começando com o framework" tive o seguinte erro:
Error: src/app/app.component.html:1:1 - error NG8001: 'app-nova-transferencia' is not a known element:
- If 'app-nova-transferencia' is an Angular component, then verify that it is part of this module.
- If 'app-nova-transferencia' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1
src/app/app.component.ts:5:16
5 templateUrl: './app.component.html',
Error occurs in the template of component AppComponent.