I am working in an Angular4 application ,In this I need to refer image from my local disk instead of referring from assets folder.But in my case it is not working for me .
HTML
<div class="col-sm-12">
<img src="F:\my_Images" alt="img">
</div>
By using this line the image is not get displayed.
Thanks.