0

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
Rot-man
  • 18,045
  • 12
  • 118
  • 124
Finn
  • 1,323
  • 5
  • 24
  • 46

0 Answers0