File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
projects/igniteui-angular/src/lib/grids Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1442,7 +1442,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
14421442 * @internal
14431443 */
14441444 @ContentChild ( IgxSortHeaderIconDirective , { read : TemplateRef } )
1445- public sortHeaderIconDirectiveTemplate : TemplateRef < any > = null ;
1445+ public sortHeaderIconDirectiveTemplate : TemplateRef < IgxGridHeaderTemplateContext > = null ;
14461446
14471447 /**
14481448 * Gets custom template, if any, that should be used when rendering a header sorting indicator when columns are not sorted.
@@ -3025,9 +3025,9 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
30253025 private readonly DRAG_SCROLL_DELTA = 10 ;
30263026 private _dataCloneStrategy : IDataCloneStrategy = new DefaultDataCloneStrategy ( ) ;
30273027 private _autoSize = false ;
3028- private _sortHeaderIconTemplate : TemplateRef < any > = null ;
3029- private _sortAscendingHeaderIconTemplate : TemplateRef < any > = null ;
3030- private _sortDescendingHeaderIconTemplate : TemplateRef < any > = null ;
3028+ private _sortHeaderIconTemplate : TemplateRef < IgxGridHeaderTemplateContext > = null ;
3029+ private _sortAscendingHeaderIconTemplate : TemplateRef < IgxGridHeaderTemplateContext > = null ;
3030+ private _sortDescendingHeaderIconTemplate : TemplateRef < IgxGridHeaderTemplateContext > = null ;
30313031
30323032 /**
30333033 * @hidden @internal
You can’t perform that action at this time.
0 commit comments