cstefanache / angular2-img-cropper

Angular 2 Image Cropper
MIT License
364 stars 135 forks source link

Server-side render support #229

Open AndriiZelenskyi opened 6 years ago

AndriiZelenskyi commented 6 years ago

I think that will be very fine if you change your module resolution from es2015 to CommonJS for NodeJs support. https://github.com/angular/angular-cli/issues/7200 Or suggest any workaround to resolve module import\export problem. Thanks

mounirrquiba commented 6 years ago

Ok I'll see what I can do, this will be fixed soon

AndriiZelenskyi commented 6 years ago

@mounirrquiba Thanks. I will be waiting. The same problem was in NGX-facebook. https://github.com/zyra/ngx-facebook/issues/91

AndriiZelenskyi commented 6 years ago

@mounirrquiba Hello, do any updates present?