Angular 4 Image Onload组件变量未更新

时间:2017-08-07 21:36:29

标签: angular image-loading

我尝试在加载图片后使用^([^#]*). 更新组件变量,但该变量未在模板中更新。

ngZone

我还尝试了const downloadingImage = new Image(); downloadingImage.onload = () => { this.ngZone.run(() => { this.imageLoaded = true; this.showImage(); }); }; downloadingImage.src = this.imagePath; ApplicationRef,但组件模板中没有更新changeDetectorRefs

0 个答案:

没有答案