Skip to content

Commit 47ff09c

Browse files
committed
clean up imports
1 parent 3505975 commit 47ff09c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/lib/button/button.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ import {
99
Renderer,
1010
ViewEncapsulation
1111
} from '@angular/core';
12-
import {coerceBooleanProperty} from '../core';
13-
import {FocusOriginMonitor} from '../core/style/focus-origin-monitor';
12+
import {coerceBooleanProperty, FocusOriginMonitor} from '../core';
1413

1514

1615
// TODO(kara): Convert attribute selectors to classes when attr maps become available

src/lib/button/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {ModuleWithProviders, NgModule} from '@angular/core';
22
import {CommonModule} from '@angular/common';
3-
import {MdRippleModule} from '../core/ripple/ripple';
4-
import {CompatibilityModule} from '../core/compatibility/compatibility';
3+
import {CompatibilityModule, MdRippleModule, StyleModule} from '../core';
54
import {
65
MdAnchor,
76
MdButton,
@@ -11,7 +10,6 @@ import {
1110
MdMiniFabCssMatStyler,
1211
MdRaisedButtonCssMatStyler
1312
} from './button';
14-
import {StyleModule} from '../core/style/index';
1513

1614

1715
export * from './button';

0 commit comments

Comments
 (0)