Img tag dont working on ionic 3

I am using img tag for try show a image in my page, but she dont works .
Obs: Recently, i used this tag for show a image and she worked, but now…

<ion-header>
  <ion-navbar>
    <ion-buttons>
      <button (click)="GoBackA()" ion-button icon-only color="dark">
        <ion-icon name="arrow-back"></ion-icon>
      </button>
    </ion-buttons>
    <ion-title>Mapa do Bloco A</ion-title>
  </ion-navbar>

</ion-header>


<ion-content>
  <img scr="assets/image/A0.svg">
</ion-content>

Hi,

I don‘t know if it is a typo. If not you have to set src attribute for img instead of scr

1 Like