我正在使用Angular 2,我需要检测图像加载到图像标签中的时间.有没有这样的事件,例如这样的事情
<img [src]="imagesource" [loaded]="dosomething()">
angular
angular ×1