Skip to content

Commit 48bf0ed

Browse files
emilio-martinezjelbourn
authored andcommitted
chore(overlay): export OverlayPositionBuilder (#9264)
1 parent 47a8f76 commit 48bf0ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cdk/overlay/public-api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export {OverlayRef, OverlaySizeConfig} from './overlay-ref';
1818
export {ViewportRuler} from '@angular/cdk/scrolling';
1919
export {ComponentType} from '@angular/cdk/portal';
2020
export {OverlayKeyboardDispatcher} from './keyboard/overlay-keyboard-dispatcher';
21+
export {OverlayPositionBuilder} from './position/overlay-position-builder';
2122

2223
// Export pre-defined position strategies and interface to build custom ones.
2324
export {PositionStrategy} from './position/position-strategy';

0 commit comments

Comments
 (0)