DEV Community

Ln2be
Ln2be

Posted on

Typescript can't read properly from the template in angular

I have input file :
<input type='file" (change)="handlefile($event.target.files)
Angular gave me error object may be null
files not a property of EventTarget

Top comments (0)