Skip to content

Commit f7283cc

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Add missed Input.
1 parent 013a609 commit f7283cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,6 +1396,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
13961396
/**
13971397
* The custom template, if any, that should be used when rendering a header sorting indicator when columns are sorted in desc order.
13981398
*/
1399+
@Input()
13991400
public get sortDescendingHeaderIconTemplate() {
14001401
return this._sortDescendingHeaderIconTemplate;
14011402
}

0 commit comments

Comments
 (0)