Skip to content

Commit

Permalink
fix(overlay): export OverlaySizeConfig (#8932)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephperrott authored and mmalerba committed Dec 11, 2017
1 parent b488b39 commit a626c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdk/overlay/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export {Overlay} from './overlay';
export {OverlayContainer} from './overlay-container';
export {CdkOverlayOrigin, CdkConnectedOverlay} from './overlay-directives';
export {FullscreenOverlayContainer} from './fullscreen-overlay-container';
export {OverlayRef} from './overlay-ref';
export {OverlayRef, OverlaySizeConfig} from './overlay-ref';
export {ViewportRuler} from '@angular/cdk/scrolling';
export {ComponentType} from '@angular/cdk/portal';
export {OverlayKeyboardDispatcher} from './keyboard/overlay-keyboard-dispatcher';
Expand Down

0 comments on commit a626c8f

Please sign in to comment.