Skip to content

Commit

Permalink
Fix fallout from angular/components#608
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoffin committed Jul 6, 2016
1 parent fdebed7 commit ece292a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/components/dialog/dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ import {
ViewEncapsulation,
OnDestroy
} from '@angular/core';
import {Overlay, OverlayState, OverlayRef, OVERLAY_PROVIDERS} from '@angular2-material/core/overlay/overlay';
import {Overlay} from '@angular2-material/core/overlay/overlay';
import {OverlayState} from '@angular2-material/core/overlay/overlay-state';
import {OverlayRef} from '@angular2-material/core/overlay/overlay-ref';
import {OVERLAY_DIRECTIVES} from '@angular2-material/core/overlay/overlay-directives';
import {Animate} from '../../core/util/animate';
import {MdDialogPortal} from './dialog-portal';
import {MdDialogActions} from './dialog-actions';
Expand Down
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ import {MdSwitch} from "./components/switch/switch";
import {MdSubheader} from "./components/subheader/subheader";
import {Media} from "./core/util/media";
import {ViewportHelper, BrowserViewportHelper, NodeViewportHelper} from "./core/util/viewport";
import {OVERLAY_CONTAINER_TOKEN, createOverlayContainer} from "@angular2-material/core/overlay/overlay";
import {createOverlayContainer} from "@angular2-material/core/overlay/overlay-container";
import {OVERLAY_CONTAINER_TOKEN} from "@angular2-material/core/overlay/overlay-directives";
import {MdBackdrop} from "./components/backdrop/backdrop";

export * from './components/button/button';
Expand Down

0 comments on commit ece292a

Please sign in to comment.