Error occurs in the template of component FotoComponent. src/app/components/foto.component.html:21:41 - error TS2339: Property 'files' does not exist on type 'EventTarget'.
Error occurs in the template of component FotoComponent. src/app/components/foto.component.html:21:41 - error TS2339: Property 'files' does not exist on type 'EventTarget'.
Fala ai Diego, tudo bem? Tente mudar a definição do evento
para HTMLInputEvent
, é um problema na tipagem do JavaScript.
Espero ter ajudado.