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 fad2445 commit 1c58523Copy full SHA for 1c58523
src/lib/button/index.ts
@@ -1,7 +1,6 @@
1
import {ModuleWithProviders, NgModule} from '@angular/core';
2
import {CommonModule} from '@angular/common';
3
-import {MdRippleModule} from '../core/ripple/ripple';
4
-import {CompatibilityModule} from '../core/compatibility/compatibility';
+import {MdRippleModule, CompatibilityModule, StyleModule} from '../core';
5
import {
6
MdAnchor,
7
MdButton,
@@ -11,7 +10,6 @@ import {
11
10
MdMiniFabCssMatStyler,
12
MdRaisedButtonCssMatStyler
13
} from './button';
14
-import {StyleModule} from '../core/style/index';
15
16
17
export * from './button';
0 commit comments