ngx-image-cropper icon indicating copy to clipboard operation
ngx-image-cropper copied to clipboard

Module '"ngx-image-cropper"' has no exported member 'ImageCropperModule'.ts

Open carbdias opened this issue 5 months ago • 6 comments

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

carbdias avatar Aug 28 '24 09:08 carbdias