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>