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

Pass more error details to the `loadImageFailed` method

Open rami-alloush opened this issue 8 months ago • 0 comments

When uploading wrong image type, I can see in the more details about the error Error: Invalid image type.

It would be great to pass these details to the loadImageFailed method. Maybe something like this?

      (loadImageFailed)="loadImageFailed($event)"

rami-alloush avatar May 29 '24 21:05 rami-alloush