It works for me in Ionic V2 just when I do the following:
Add the “image.png” in both the following folders:
- www/assets/img/
2)src/assests/img/
then in your html code you do the following:
<img src="assets/img/image.png">
I hope this helps
It works for me in Ionic V2 just when I do the following:
Add the “image.png” in both the following folders:
then in your html code you do the following:
<img src="assets/img/image.png">
I hope this helps