File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/igniteui-angular/src/lib/grids Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2028,7 +2028,7 @@ export abstract class IgxGridBaseComponent extends DisplayDensityBase implements
20282028 * @hidden
20292029 */
20302030 @ViewChildren ( IgxTemplateOutletDirective , { read : IgxTemplateOutletDirective } )
2031- public tmpOutlets : QueryList < any > ;
2031+ public tmpOutlets : QueryList < any > = new QueryList < any > ( ) ;
20322032
20332033
20342034 /**
@@ -2784,7 +2784,7 @@ export abstract class IgxGridBaseComponent extends DisplayDensityBase implements
27842784 protected _allowAdvancedFiltering = false ;
27852785 protected _filterMode = FilterMode . quickFilter ;
27862786
2787- protected observer : ResizeObserver ;
2787+ protected observer : ResizeObserver = new ResizeObserver ( ( ) => { } ) ;
27882788
27892789 protected resizeNotify = new Subject ( ) ;
27902790
You can’t perform that action at this time.
0 commit comments