1
resposta

Erros no projeto

olá, apareceu essa mensagem de erro depois que eu segui os passos do professor durante a aula, alguém pode me ajudar a resolver?

ERROR in src/app/app.module.ts:9:32 - error NG6001: The class 'NovaTransferenciaComponent' is listed in the declarations of the NgModule 'AppModule', but is not a directive, a component, or a pipe. Either remove it from the NgModule's declarations, or add an appropriate Angular decorator.

9   declarations: [AppComponent, NovaTransferenciaComponent],
                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~
1 resposta

Olá, você fez o import no local certo do módulo?