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 8ba4979 commit 31e73cbCopy full SHA for 31e73cb
src/lib/button/button.ts
@@ -1,16 +1,18 @@
1
import {
2
- Component,
3
- ViewEncapsulation,
4
- Input,
5
- HostBinding,
6
ChangeDetectionStrategy,
+ Component,
+ Directive,
7
ElementRef,
8
- Renderer,
+ HostBinding,
+ Input,
+ ModuleWithProviders,
9
NgModule,
10
- ModuleWithProviders, Directive, OnDestroy,
+ OnDestroy,
11
+ Renderer,
12
+ ViewEncapsulation
13
} from '@angular/core';
14
import {CommonModule} from '@angular/common';
-import {MdRippleModule, coerceBooleanProperty, CompatibilityModule} from '../core';
15
+import {coerceBooleanProperty, CompatibilityModule, MdRippleModule} from '../core';
16
import {FocusOriginMonitor} from '../core/style/focus-origin-monitor';
17
18
0 commit comments