zefoy / ngx-dropzone-wrapper

Angular wrapper library for Dropzone
MIT License
174 stars 51 forks source link

Run within angular zone #75

Closed danny95djb closed 6 years ago

danny95djb commented 6 years ago

Is there a way to run this code in the angular zone so that my tests will pick up if the remove or custom html is added correctly when the success event is fired? I've tried wrapping in a zone.run() but this doesn't solve the problem

sconix commented 6 years ago

All the events send by this library are run within the Angular zone. So not sure what could be the problem.