File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
projects/igniteui-angular/src/lib/grids Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5890,9 +5890,13 @@ export abstract class IgxGridBaseComponent extends DisplayDensityBase implements
58905890 ( this as any ) . rootGrid ? ( this as any ) . rootGrid . nativeElement : this . nativeElement ;
58915891 this . _advancedFilteringOverlaySettings . outlet = this . outletDirective ;
58925892
5893- this . _advancedFilteringOverlayId =
5894- this . overlayService . attach ( IgxAdvancedFilteringDialogComponent , this . _advancedFilteringOverlaySettings ) ;
5895- // , this._moduleRef);
5893+ this . _advancedFilteringOverlayId = this . overlayService . attach (
5894+ IgxAdvancedFilteringDialogComponent ,
5895+ this . _advancedFilteringOverlaySettings ,
5896+ {
5897+ injector : this . viewRef . injector ,
5898+ componentFactoryResolver : this . resolver
5899+ } ) ;
58965900 this . overlayService . show ( this . _advancedFilteringOverlayId , this . _advancedFilteringOverlaySettings ) ;
58975901 }
58985902 }
You can’t perform that action at this time.
0 commit comments