import images angular
export class sample Component implements OnInit {
imageSrc = 'assets/images/iphone.png'
imageAlt = 'iPhone'
import images angular
export class sample Component implements OnInit {
imageSrc = 'assets/images/iphone.png'
imageAlt = 'iPhone'
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}}"
-->
import images angular
<img [src]="imageSrc" [alt]="imageAlt" />
<img src="{{imageSrc}}" alt="{{imageAlt}}" />
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