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 55 ChangeDetectionStrategy ,
66 ChangeDetectorRef ,
77 Component ,
8+ ContentChild ,
89 ContentChildren ,
910 CUSTOM_ELEMENTS_SCHEMA ,
1011 DoCheck ,
@@ -64,6 +65,7 @@ import { IgxColumnMovingDropDirective } from '../moving/moving.drop.directive';
6465import { IgxGridDragSelectDirective } from '../selection/drag-select.directive' ;
6566import { IgxGridBodyDirective } from '../grid.common' ;
6667import { IgxGridHeaderRowComponent } from '../headers/grid-header-row.component' ;
68+ import { IgxActionStripComponent } from '../../action-strip/action-strip.component' ;
6769
6870let NEXT_ID = 0 ;
6971
@@ -406,6 +408,10 @@ export class IgxHierarchicalGridComponent extends IgxHierarchicalGridBaseDirecti
406408 */
407409 public childRow : IgxChildGridRowComponent ;
408410
411+ /** @hidden @internal */
412+ @ContentChild ( IgxActionStripComponent , { read : IgxActionStripComponent , descendants : false } )
413+ public override actionStrip : IgxActionStripComponent ;
414+
409415 private _data ;
410416 private h_id = `igx-hierarchical-grid-${ NEXT_ID ++ } ` ;
411417 private childGridTemplates : Map < any , any > = new Map ( ) ;
You can’t perform that action at this time.
0 commit comments