I have added images to assets folder and then
add this like <img src="../../../assets/graphic.png" alt="">
on ctrl+click this path it shows that error also it doesn't show on app running on browser.
You may need to make a change to the angular.json file:
"assets": [
  "src/assets",
  "src/favicon.ico"
],
did you try
<img src="assets/graphic.png" alt=""> 
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With