标签: javascript css angular html5 dom
angular (load) mehtod可以检测到img标签已加载。
当元素是DIV并具有背景图片属性时,可以检测到图片已加载吗?
DIV
div { background-image: url(https://image.jpg) } <div (load)="isLoad()"> //the function isLoad() is not work