I started developing a web application using Angularjs. I tried to add an image to the page. The image is not displayed on the page.
img src="src/assets/img/f1.png" alt="icon"
I used above mentioned tag and path inside <>. Can anyone give step by step instructions to add an image using Angularjs?
Thank you!