Skip to content

Commit 9eda324

Browse files
chore(overlay): export OverlayKeyboardDispatcher to aide in extending the Overlay class. (#8311)
1 parent 76806e3 commit 9eda324

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
@@ -17,6 +17,7 @@ export {FullscreenOverlayContainer} from './fullscreen-overlay-container';
1717
export {OverlayRef} from './overlay-ref';
1818
export {ViewportRuler} from '@angular/cdk/scrolling';
1919
export {ComponentType} from '@angular/cdk/portal';
20+
export {OverlayKeyboardDispatcher} from './keyboard/overlay-keyboard-dispatcher';
2021

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

0 commit comments

Comments
 (0)