diff --git a/packages/abc/cell/cell.component.ts b/packages/abc/cell/cell.component.ts index 3c2e6293d..2a566e193 100644 --- a/packages/abc/cell/cell.component.ts +++ b/packages/abc/cell/cell.component.ts @@ -26,7 +26,7 @@ import { NzBadgeModule } from 'ng-zorro-antd/badge'; import { NzCheckboxModule } from 'ng-zorro-antd/checkbox'; import type { NzSafeAny } from 'ng-zorro-antd/core/types'; import { NzIconModule } from 'ng-zorro-antd/icon'; -import { NzImage, NzImageService } from 'ng-zorro-antd/image'; +import { NzImage, NzImageModule, NzImageService } from 'ng-zorro-antd/image'; import { NzRadioModule } from 'ng-zorro-antd/radio'; import { NzTagModule } from 'ng-zorro-antd/tag'; import { NzToolTipModule } from 'ng-zorro-antd/tooltip'; @@ -121,6 +121,7 @@ import type { CellDefaultText, CellOptions, CellTextResult, CellValue, CellWidge NzTagModule, NzBadgeModule, NzToolTipModule, + NzImageModule, CellHostDirective ] })