-1
I am dealing with an Angular project and I have no experience with the framework. I am trying to create a field for file upload and I have made only one <input type="file" (change)="funcao()" />
. The input is generated on the screen, but when I click to select the file nothing happens. Nor does a message appear on the console.
Someone’s been through it?