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 fdf68ba commit 3025b30Copy full SHA for 3025b30
src/cdk/overlay/public_api.ts
@@ -36,11 +36,11 @@ export const OVERLAY_PROVIDERS: Provider[] = [
36
export class OverlayModule {}
37
38
39
+export * from './overlay-config';
40
export {Overlay} from './overlay';
41
export {OverlayContainer} from './overlay-container';
42
export {FullscreenOverlayContainer} from './fullscreen-overlay-container';
43
export {OverlayRef} from './overlay-ref';
-export {OverlayConfig} from './overlay-config';
44
export {ConnectedOverlayDirective, OverlayOrigin} from './overlay-directives';
45
export {ViewportRuler} from '@angular/cdk/scrolling';
46
export {ComponentType} from '@angular/cdk/portal';
0 commit comments