pIvan / file-upload

drag and drop file component
MIT License
87 stars 12 forks source link

Event for new files upload #65

Open alexqbm opened 2 years ago

alexqbm commented 2 years ago

I was wondering if there's a way to listen for changes using some observable such as the fileUploadControl.valueChanges one but only for new files:

pIvan commented 2 years ago

Hi @alexqbm,

I'm working on observable pipe, because this all need to be compatible with @angular FormControl.

alexqbm commented 2 years ago

Ahhhh, I am glad to hear that. Yours is a pretty fine work! I'll make sure to use it and provide you with feedback as soon as you drop it. Thanks!