-1

I have a folder directory structure here: enter image description here

I have provided the image path in html.

<img class="img-fluid" src="../../ecommerce/assets/images/bannerimg.png" alt=" ">

configured in angular json enter image description here

But is not loaded enter image description here

Its working well in default assets/images directory

Mohamed Sahir
  • 2,482
  • 8
  • 40
  • 71

1 Answers1

1

Try your path for the src property of your image tag as: app/ecommerce/assets/images/bannerimg.png

cvb
  • 723
  • 7
  • 21