How to add images in Ionic 4 Beta

Hello guys,
How can I add a single image in Ionic 4 Beta? I fail to understand where I should place my images within the Ionic folder.
I have used this thou

{{item.text}}

I have been looking for any kind of assistance on this “How to add a static image in Ionic 4 Beta” any help will be highly appreciated. Thank you in advance.

Just store them in assets folder and call assets/IMAGE_NAME from html

Hello,
create an “img” folder in the “asset” folder, drag the image file there.
in the HTML file put <img src="../assets/img/(your picture name)"/>

Thank you works for me.

1 Like