Estou com este erro...
Failed to compile.
src/app/app.module.ts:10:5 - 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.
10 NovaTransferenciaComponent
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/nova-transferencia/nova-transferencia.component.ts:9:14
9 export class NovaTransferenciaComponent{
~
'NovaTransferenciaComponent' is declared here.