angular-cropperjs icon indicating copy to clipboard operation
angular-cropperjs copied to clipboard

'angular-cropper' is not a known element

Open dhsont opened this issue 6 years ago • 2 comments

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)

dhsont avatar Nov 14 '18 12:11 dhsont

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

matheusdavidson avatar Nov 15 '18 21:11 matheusdavidson

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

knito avatar Jun 17 '19 15:06 knito