Answers for "if image is broken show alternative image angular"

0

if image is broken show alternative image angular

<img class="thumbnail-image" src="{{user.profile_image}}" onerror="this.src='assets/images/user.jpg'"  alt="alternative" />
Posted by: Guest on June-17-2020

Code answers related to "if image is broken show alternative image angular"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language