I have workspace structure that looks like this:
src/
app/
asset/
img1.png
img2.png
img3.png
... As you can see, app folder and asset folder are on same level. My index file is inside src folder also. I'm trying to load image inside my component but can't make it show and i get error all the time something like:
GET http://localhost:4200/asset/img1.png 404 (Not Found)
my html looks like this:
<img style="height: 395px; width: 360px;" src="asset/img1.png">
Any solution for path?
assetorassets? Angular by default createsassets. Please check