@angular/cdk 19.2.2 → 20.0.0-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2555,7 +2555,7 @@ class Overlay {
2555
2555
  if (!this._appRef) {
2556
2556
  this._appRef = this._injector.get(ApplicationRef);
2557
2557
  }
2558
- return new DomPortalOutlet(pane, null, this._appRef, this._injector, this._document);
2558
+ return new DomPortalOutlet(pane, this._appRef, this._injector);
2559
2559
  }
2560
2560
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: Overlay, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2561
2561
  static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.0", ngImport: i0, type: Overlay, providedIn: 'root' });