File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11import { ModuleWithProviders , NgModule } from '@angular/core' ;
22import { 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' ;
54import {
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
1715export * from './button' ;
You can’t perform that action at this time.
0 commit comments