I am creating a project in Angular 4 using Visual studio code. How can we add images(local image on my desktop) in the Visual studio code and display in the view?(we can create a model and display the image by the SRC tag but that works for the image hosted in some server).
If we cant add the images in Visual studio code then how do we render the local images on the view?
Please help