matheusdavidson / angular-cropperjs

CropperJS integration for Angular +6
MIT License
109 stars 68 forks source link

'angular-cropper' is not a known element #33

Open dhsont opened 6 years ago

dhsont commented 6 years ago

I followed all the steps in docs but it giving me error
'angular-cropper' is not a known element

I a am using ionic4 ( angular 6)

matheusdavidson commented 6 years ago

Did you load angular-cropperjs in the module youre using?

knito commented 5 years ago

I resolved the issue when I add the module into the page's module.ts. Not in the app.module.ts