ngx-image-cropper
ngx-image-cropper copied to clipboard
Pass more error details to the `loadImageFailed` method
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)"