Closed gdevdeiv closed 7 years ago
Everything looks correct, I can quickly check that why its not working later this week.
Also, I've noticed (error) and (success) events are not getting fired either. The thing is that (uploadError) and (uploadSuccess) do. Any relation to the aforementioned issue?
Then you are using an old version. Latest version does not have upload* events anymore only the events named according to Dropzone's own events.
I bumbed up the version to 2.x when I added AOT since there was a change that it brakes some build configurations so if you are using ^1.x in your package.json its not enough to get the latest version.
Hi there,
I have been using this module for a while, and I just wanted to add the "Remove file" option, so my code looks like this right now:
submit.component.ts
submit.html
The thing is that the onFileRemoved() function is not getting called. Am I missing something?