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 @@ -137,10 +137,10 @@ export class IgxRowIslandComponent extends IgxHierarchicalGridBaseDirective
137137 @ContentChildren ( IgxColumnComponent , { read : IgxColumnComponent , descendants : false } )
138138 public childColumns = new QueryList < IgxColumnComponent > ( ) ;
139139
140- @ContentChild ( IgxGridToolbarDirective , { read : TemplateRef } )
140+ @ContentChild ( IgxGridToolbarDirective , { read : TemplateRef , descendants : false } )
141141 protected toolbarDirectiveTemplate : TemplateRef < IgxGridToolbarTemplateContext > ;
142142
143- @ContentChild ( IgxPaginatorDirective , { read : TemplateRef } )
143+ @ContentChild ( IgxPaginatorDirective , { read : TemplateRef , descendants : false } )
144144 protected paginatorDirectiveTemplate : TemplateRef < any > ;
145145
146146 /* csSuppress */
You can’t perform that action at this time.
0 commit comments