We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76806e3 commit 9eda324Copy full SHA for 9eda324
src/cdk/overlay/public-api.ts
@@ -17,6 +17,7 @@ export {FullscreenOverlayContainer} from './fullscreen-overlay-container';
17
export {OverlayRef} from './overlay-ref';
18
export {ViewportRuler} from '@angular/cdk/scrolling';
19
export {ComponentType} from '@angular/cdk/portal';
20
+export {OverlayKeyboardDispatcher} from './keyboard/overlay-keyboard-dispatcher';
21
22
// Export pre-defined position strategies and interface to build custom ones.
23
export {PositionStrategy} from './position/position-strategy';
0 commit comments