File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/igniteui-angular/src/lib/grids/hierarchical-grid Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,10 +139,10 @@ export class IgxRowIslandComponent extends IgxHierarchicalGridBaseDirective
139139 @ContentChildren ( IgxColumnComponent , { read : IgxColumnComponent , descendants : false } )
140140 public childColumns = new QueryList < IgxColumnComponent > ( ) ;
141141
142- @ContentChild ( IgxGridToolbarDirective , { read : TemplateRef } )
142+ @ContentChild ( IgxGridToolbarDirective , { read : TemplateRef , descendants : false } )
143143 protected toolbarDirectiveTemplate : TemplateRef < IgxGridToolbarTemplateContext > ;
144144
145- @ContentChild ( IgxPaginatorDirective , { read : TemplateRef } )
145+ @ContentChild ( IgxPaginatorDirective , { read : TemplateRef , descendants : false } )
146146 protected paginatorDirectiveTemplate : TemplateRef < any > ;
147147
148148 /* csSuppress */
You can’t perform that action at this time.
0 commit comments