zefoy / ngx-dropzone-wrapper

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

Remove/update dependency on @angular/http #41

Closed Erikvv closed 7 years ago

Erikvv commented 7 years ago

https://github.com/zefoy/ngx-dropzone-wrapper/blob/master/src/lib/dropzone.module.ts

HttpModule from @angular/http is deprecated and replaced by HttpClientModule from @angular/common

I don't understand why the dependency is there, since Dropzone.js use XMLHttpRequest directly. So maybe it can just be removed?

sconix commented 7 years ago

Its just left over from some really old code, will remove. Thanks.