HI¡¡
I try to insert some images, but when I compile the application the images to disappear.
Why?
Where I save them is in the src folder
my code is:
<button ion-button large icon-left color="danger" (click)="pressButton()">
<img src=""/assets/emer.png"" alt="">
Emergencia
</button>