Skip to content

Commit e791be9

Browse files
committed
chore(*): Fix tslint errors
1 parent 6e5194c commit e791be9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid.groupby.spec.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2692,7 +2692,10 @@ export class GroupableGridComponent extends DataParent {
26922692
<igx-column [field]="'ProductName'" [header]="'ProductName'" [width]="200" [groupable]="true" [hasSummary]="false"></igx-column>
26932693
<igx-column [field]="'Released'" [header]="'Is it Released'" [width]="200" [groupable]="true" [hasSummary]="false"></igx-column>
26942694
<ng-template igxGroupByRow let-groupRow>
2695-
<span>Grouping by "{{groupRow.column.header}}". Total items with value:{{ groupRow.value }} are {{ groupRow.records.length }}</span>
2695+
<span>
2696+
Grouping by "{{groupRow.column.header}}".
2697+
Total items with value:{{ groupRow.value }} are {{ groupRow.records.length }}
2698+
</span>
26962699
</ng-template>
26972700
<ng-template igxRowExpandedIndicator let-groupRow>
26982701
<span>EXPANDED</span>

0 commit comments

Comments
 (0)