How could I do to know when an image has been fully loaded and then show it? Let me explain: I'm showing an image in the following way:
<img src = "www.domain.com">
but there are times it takes to load and I want to show it only when it is ready to show (100% loaded), as you might know when Is 100% loaded that image? and I would like to show a loading spinner while the loading of that image is complete, I am using angular 7.