File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed
libs/schematic/generators/ng-generate/components/shared/methods/generation Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 5151 <%= options.templateHelper.isNumberProperty(value.property) ? `class="table-header-number"` : '' %>
5252 [esmfResizeColumn]="true" (dragging)='dragging = $event'
5353 >
54- <span data-test="table-header-text">
55- {{ '<%= propertyLocaleKeyPath %>.preferredName' | transloco }}
56- </span>
57- <mat-icon
58- class="table-header-icon material-icons"
59- *ngIf="!headerTooltipsOff"
60- [matTooltip]="'<%= propertyLocaleKeyPath %>.description' | transloco"
61- (click)="$event.stopPropagation()"
62- matTooltipClass="table-column-tooltip"
63- matTooltipPosition="above"
64- data-test="column-info-icon"
65- >info_outlined</mat-icon>
54+ <span
55+ [matTooltipDisabled]="headerTooltipsOff"
56+ [matTooltip]="'<%= propertyLocaleKeyPath %>.description' | transloco"
57+ matTooltipPosition="above"
58+ data-test="table-header-text"
59+ >
60+ {{ '<%= propertyLocaleKeyPath %>.preferredName' | transloco }}
61+ </span>
6662 </th>
6763
6864 <td data-test="table-cell"
You can’t perform that action at this time.
0 commit comments