File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 9
9
Renderer ,
10
10
ViewEncapsulation
11
11
} from '@angular/core' ;
12
- import { coerceBooleanProperty } from '../core' ;
13
- import { FocusOriginMonitor } from '../core/style/focus-origin-monitor' ;
12
+ import { coerceBooleanProperty , FocusOriginMonitor } from '../core' ;
14
13
15
14
16
15
// TODO(kara): Convert attribute selectors to classes when attr maps become available
Original file line number Diff line number Diff line change 1
1
import { ModuleWithProviders , NgModule } from '@angular/core' ;
2
2
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' ;
5
4
import {
6
5
MdAnchor ,
7
6
MdButton ,
@@ -11,7 +10,6 @@ import {
11
10
MdMiniFabCssMatStyler ,
12
11
MdRaisedButtonCssMatStyler
13
12
} from './button' ;
14
- import { StyleModule } from '../core/style/index' ;
15
13
16
14
17
15
export * from './button' ;
You can’t perform that action at this time.
0 commit comments