I am very new to angular 2 I am stuck here where i have to display an image for which I'm using relative path
<img src="./../images/publicVideo1.PNG">
but getting the below error
null:1 GET http://localhost:4200/null 404 (Not Found)
The above is the app structure where I have image in images folder which I'm trying to access from public-videos.component.html
I dont understand where I'm wrong Any help would be appreciated.


<img src="./images/publicVideo1.PNG">if this img is written inside app.componant.html