Skip to content

Commit

Permalink
chore: use "export *" for overlay-config (#7218)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn authored Sep 20, 2017
1 parent fdf68ba commit 3025b30
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 @@ -36,11 +36,11 @@ export const OVERLAY_PROVIDERS: Provider[] = [
export class OverlayModule {}


export * from './overlay-config';
export {Overlay} from './overlay';
export {OverlayContainer} from './overlay-container';
export {FullscreenOverlayContainer} from './fullscreen-overlay-container';
export {OverlayRef} from './overlay-ref';
export {OverlayConfig} from './overlay-config';
export {ConnectedOverlayDirective, OverlayOrigin} from './overlay-directives';
export {ViewportRuler} from '@angular/cdk/scrolling';
export {ComponentType} from '@angular/cdk/portal';
Expand Down

0 comments on commit 3025b30

Please sign in to comment.