Where should I put images?

It works for me in Ionic V2 just when I do the following:
Add the “image.png” in both the following folders:

  1. 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