@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.
- package/dialog/index.d.ts +0 -6
- package/drag-drop/index.d.ts +3 -3
- package/fesm2022/cdk.mjs +1 -1
- package/fesm2022/cdk.mjs.map +1 -1
- package/fesm2022/dialog.mjs +0 -6
- package/fesm2022/dialog.mjs.map +1 -1
- package/fesm2022/drag-drop.mjs.map +1 -1
- package/fesm2022/overlay.mjs +1 -1
- package/fesm2022/overlay.mjs.map +1 -1
- package/fesm2022/portal.mjs +3 -29
- package/fesm2022/portal.mjs.map +1 -1
- package/package.json +3 -3
- package/portal/index.d.ts +2 -27
- package/schematics/migration.json +4 -4
- package/schematics/ng-add/index.js +1 -1
- package/schematics/ng-add/index.mjs +1 -1
- package/schematics/ng-update/index.d.ts +2 -2
- package/schematics/ng-update/index.js +5 -5
- package/schematics/ng-update/index.mjs +5 -5
- package/schematics/update-tool/target-version.d.ts +1 -1
- package/schematics/update-tool/target-version.js +2 -2
- package/schematics/update-tool/target-version.mjs +2 -2
package/fesm2022/overlay.mjs
CHANGED
|
@@ -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,
|
|
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' });
|