Recently, I embarked on developing a web application with AngularJS. I encountered an issue while trying to incorporate an image into my page - unfortunately, the image failed to display properly.
img src="src/assets/img/f1.png" alt="icon"
I utilized the specified tag and path within < >. Could someone kindly provide a detailed guide on how to successfully add an image using AngularJS?
Many thanks in advance!