File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
projects/igniteui-angular/src/lib/grids/columns Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 77 IgxCellFooterTemplateDirective ,
88 IgxCellHeaderTemplateDirective ,
99 IgxCellTemplateDirective ,
10+ IgxCollapsibleIndicatorTemplateDirective ,
1011 IgxFilterCellTemplateDirective
1112} from './templates.directive' ;
1213
@@ -18,6 +19,7 @@ import {
1819 IgxCellHeaderTemplateDirective ,
1920 IgxCellFooterTemplateDirective ,
2021 IgxCellEditorTemplateDirective ,
22+ IgxCollapsibleIndicatorTemplateDirective ,
2123 IgxColumnComponent ,
2224 IgxColumnGroupComponent ,
2325 IgxColumnLayoutComponent
@@ -33,6 +35,7 @@ import {
3335 IgxCellHeaderTemplateDirective ,
3436 IgxCellFooterTemplateDirective ,
3537 IgxCellEditorTemplateDirective ,
38+ IgxCollapsibleIndicatorTemplateDirective ,
3639 IgxColumnComponent ,
3740 IgxColumnGroupComponent ,
3841 IgxColumnLayoutComponent
Original file line number Diff line number Diff line change @@ -42,3 +42,11 @@ export class IgxCellEditorTemplateDirective {
4242
4343 constructor ( public template : TemplateRef < any > ) { }
4444}
45+
46+ @Directive ( {
47+ selector : '[igxCollapsibleIndicator]'
48+ } )
49+ export class IgxCollapsibleIndicatorTemplateDirective {
50+
51+ constructor ( public template : TemplateRef < any > ) { }
52+ }
You can’t perform that action at this time.
0 commit comments