Skip to content

Commit 9cecee3

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Add missing context.
1 parent 32d4b45 commit 9cecee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid-base.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
13731373
* The custom template, if any, that should be used when rendering a row expand indicator.
13741374
*/
13751375
@ContentChild(IgxExcelStyleHeaderIconDirective, { read: TemplateRef })
1376-
public excelStyleHeaderIconDirectiveTemplate: TemplateRef<any> = null;
1376+
public excelStyleHeaderIconDirectiveTemplate: TemplateRef<IgxGridHeaderTemplateContext> = null;
13771377

13781378
/**
13791379
* Gets the excel style header icon.

0 commit comments

Comments
 (0)