// .html <img [src]="nzSrc" *ngIf="nzSrc && hasSrc" (error)="imgError()"/> // .ts imgError(): void { // 沒有圖片時會觸發 }