Hi
I am using the image input in angular and on clicking the edit icon the image upload functionality works and remove button is shown.
But on binding the input with the image url(download url) recieved from API. The remove icon is not shown.
This is in angular.
If the image input's remove icon isn't showing when binding an image URL received from an API, ensure that the icon's visibility is correctly managed in your code. real estate image blending servicesCheck if the CSS styles or JavaScript functions controlling the icon are properly applied. Verify that the image URL is correctly loaded and that there are no errors in your API response handling. Debugging these areas should resolve the issue.
Hi,
Try to dive into theme about ChangeDetection in Angular: https://www.digitalocean.com/community/tutorials/angular-change-detection-strategy.
Once you have a response from the server, try to detect changes like it's mentioned in the article.
Regards,
Keenthemes support