Hi,
I am using image-cropper control to crop the image, but I facing issue in binding the image to that control,
=>I am having image src getting from api but I am not getting how to bind it.
==>but in image-cropper control we can bind image using two properties
1)imageChangedEvent: it will accepts file event input type
2)imageBase64:it will accepts image base 64 directly.
but I am having input as only image src like './images/abc.png'