Closed Erikvv closed 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
@angular/http
@angular/common
I don't understand why the dependency is there, since Dropzone.js use XMLHttpRequest directly. So maybe it can just be removed?
Its just left over from some really old code, will remove. Thanks.
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?