DEV Community

Alverson Layne
Alverson Layne

Posted on

Answer: Angular, image not found (GET 404)

Let's say you are at your app.component.html if you want to use a picture from your src folder use:

<img src="../../src/logo.svg"> 

Each ../ takes you one folder up

Top comments (0)