angular (load) mehtod can detect img tag has loaded.
When the element is a DIV
and has a background image attribute, can detect the image has loaded?
div {
background-image: url(https://image.jpg)
}
<div (load)="isLoad()"> //the function isLoad() is not work