ngx-image-cropper
ngx-image-cropper copied to clipboard
Module '"ngx-image-cropper"' has no exported member 'ImageCropperModule'.ts
I'm having the following problem with Angular 16 and "ngx-image-cropper": "8.0.0", In the NgModule, the import of the module in underlined in red, saying : "Module '"ngx-image-cropper"' has no exported member 'ImageCropperModule'.ts"
I've tried importing BrowserModule and FormsModule too as stated here, but didn't solve the problem https://stackoverflow.com/questions/61139176/angular-8-ngx-image-cropper-is-not-an-angular-module-import-error
Do you know the cause of this? Am I using the wrong version of ngx-image-cropper with Angular 16?
Is it because it is looking for a module written in typecript ? ImageCropperModule'.ts ? How can I solve this ?
Thank you in advance,
Carlota