File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
projects/igniteui-angular/src/lib/grids/hierarchical-grid Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 44 ChangeDetectionStrategy ,
55 ChangeDetectorRef ,
66 Component ,
7+ ContentChild ,
78 ContentChildren ,
89 CUSTOM_ELEMENTS_SCHEMA ,
910 DoCheck ,
@@ -63,6 +64,7 @@ import { IgxColumnMovingDropDirective } from '../moving/moving.drop.directive';
6364import { IgxGridDragSelectDirective } from '../selection/drag-select.directive' ;
6465import { IgxGridBodyDirective } from '../grid.common' ;
6566import { IgxGridHeaderRowComponent } from '../headers/grid-header-row.component' ;
67+ import { IgxActionStripComponent } from '../../action-strip/action-strip.component' ;
6668
6769let NEXT_ID = 0 ;
6870
@@ -405,6 +407,10 @@ export class IgxHierarchicalGridComponent extends IgxHierarchicalGridBaseDirecti
405407 */
406408 public childRow : IgxChildGridRowComponent ;
407409
410+ /** @hidden @internal */
411+ @ContentChild ( IgxActionStripComponent , { read : IgxActionStripComponent , descendants : false } )
412+ public override actionStrip : IgxActionStripComponent ;
413+
408414 private _data ;
409415 private h_id = `igx-hierarchical-grid-${ NEXT_ID ++ } ` ;
410416 private childGridTemplates : Map < any , any > = new Map ( ) ;
You can’t perform that action at this time.
0 commit comments