zefoy / ngx-dropzone-wrapper

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

Replace use of OpaqueToken to make Angular 5.x ready #47

Closed seangwright closed 7 years ago

seangwright commented 7 years ago

OpaqueToken has been deprecated since Angular 4.x and has been removed in Angular 5.x https://github.com/angular/angular/pull/18971

My project currently uses your project (thank you!) and I'm working on adding in/testing some functionality that depends on Angular 5.x. ngx-dropzone-wrapper seems to be the only dependency that has issues with Angular 5.x.

sconix commented 7 years ago

Thanks, i will release Angular 5 compatible version when Angular 5 is released.