In the header component, I needed to add a logo image, so I wrote the following in HTML:
header-component.html
<div class="col-md-4 text-left">
<a routerLink="/">
<img id="logo" src="../images/header/Logo.png"
alt="logo"/>
</a>
</div>
But browser can not see the logo, it just shows the default picture image. I checked it with the system administrator, there are no network problems. Can anyone help?