I'm new to angular 5 and struggling to implement angular-croppie-module in my app. I tried to have some answer on the module github but without success. It seems that croppie.directive.d.ts only manage to import the 'Croppie' namespace but not the class. As a result once I reach the page with the module I get
ERROR TypeError: __WEBPACK_IMPORTED_MODULE_1_croppie___default.a is not a constructor
I created a github repo to show a simple demo of the problem https://github.com/ErwinSanquer/croppie-demo
Thanks,
Update :
The issue have been fix in version 0.0.6 https://github.com/gatimus/angular-croppie/issues/4