Skip to content

Commit 8b1b080

Browse files
committed
fix(cdk/overlay): temporarily hide getAttachedOverlays
We're still trying to figure out the best way to expose `getAttachedOverlays`. Hide them from the API for now to avoid the breaking change later.
1 parent 4bd541f commit 8b1b080

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

goldens/cdk/overlay/index.api.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,6 @@ export class FullscreenOverlayContainer extends OverlayContainer implements OnDe
332332
static ɵprov: i0.ɵɵInjectableDeclaration<any>;
333333
}
334334

335-
// @public
336-
export function getAttachedOverlays(): OverlayRef[];
337-
338335
// @public
339336
export class GlobalPositionStrategy implements PositionStrategy {
340337
apply(): void;

src/cdk/overlay/public-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export {
2020
CDK_CONNECTED_OVERLAY_DEFAULT_CONFIG,
2121
} from './overlay-directives';
2222
export {FullscreenOverlayContainer} from './fullscreen-overlay-container';
23-
export {OverlayRef, OverlaySizeConfig, getAttachedOverlays} from './overlay-ref';
23+
export {OverlayRef, OverlaySizeConfig} from './overlay-ref';
2424
export {ViewportRuler} from '../scrolling';
2525
export {ComponentType} from '../portal';
2626
export {OverlayPositionBuilder} from './position/overlay-position-builder';

0 commit comments

Comments
 (0)