We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d4b45 commit 9cecee3Copy full SHA for 9cecee3
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -1373,7 +1373,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
1373
* The custom template, if any, that should be used when rendering a row expand indicator.
1374
*/
1375
@ContentChild(IgxExcelStyleHeaderIconDirective, { read: TemplateRef })
1376
- public excelStyleHeaderIconDirectiveTemplate: TemplateRef<any> = null;
+ public excelStyleHeaderIconDirectiveTemplate: TemplateRef<IgxGridHeaderTemplateContext> = null;
1377
1378
/**
1379
* Gets the excel style header icon.
0 commit comments