We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b56e4 commit bec3b42Copy full SHA for bec3b42
components/descriptions/descriptions.component.ts
@@ -80,7 +80,7 @@ const defaultColumnMap: { [key in NzBreakpointEnum]: number } = {
80
</ng-container>
81
<!-- Horizontal & Bordered -->
82
<ng-container *ngIf="nzBordered">
83
- <td class="ant-descriptions-item-label" *nzStringTemplateOutlet="item.title">
+ <td class="ant-descriptions-item-label">
84
<ng-container *nzStringTemplateOutlet="item.title">
85
{{ item.title }}
86
0 commit comments