Skip to content

Commit

Permalink
fix(module:descriptions): nzStringTemplateOutlet title style error (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
OriginRing committed Nov 7, 2022
1 parent 41b56e4 commit bec3b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/descriptions/descriptions.component.ts
Expand Up @@ -80,7 +80,7 @@ const defaultColumnMap: { [key in NzBreakpointEnum]: number } = {
</ng-container>
<!-- Horizontal & Bordered -->
<ng-container *ngIf="nzBordered">
<td class="ant-descriptions-item-label" *nzStringTemplateOutlet="item.title">
<td class="ant-descriptions-item-label">
<ng-container *nzStringTemplateOutlet="item.title">
{{ item.title }}
</ng-container>
Expand Down

0 comments on commit bec3b42

Please sign in to comment.