cstefanache / angular2-img-cropper

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

How can I resolve Error of part of the declarations of 2 modules? #240

Closed vistajess closed 6 years ago

vistajess commented 6 years ago

I have used img-cropper twice in different route but there seems to be an error showed like this:

Error: Type ImageCropperComponent is part of the declarations of 2 modules: UserProfileModule and OrganizationModule! Please consider moving ImageCropperComponent to a higher module that imports UserProfileModule and OrganizationModule. You can also create a new NgModule that exports and includes ImageCropperComponent then import that NgModule in UserProfileModule and OrganizationModule.

Help me please.