angular img tag
<tr><td><b>Avatar</b></td><td><img [src]="userData.avatar"></td></tr>
angular img tag
<tr><td><b>Avatar</b></td><td><img [src]="userData.avatar"></td></tr>
angular img
<img alt="xxx" class="xxx" src="https://xxx/128x128.png">
<!--
-- Property binding with [] around the property to be bound
[src]= "accountInfo.profiles[0].image"
--interpolation binding syntax
src= "{{accountInfo.profiles[0].image}}"
-->
angular images
// to test your images paste your URL link in your URL browser
http://localhost:4200/assets/img/site/logo.png
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us