Skip to content

Commit 31e73cb

Browse files
committed
format imports
1 parent 8ba4979 commit 31e73cb

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/lib/button/button.ts

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
import {
2-
Component,
3-
ViewEncapsulation,
4-
Input,
5-
HostBinding,
62
ChangeDetectionStrategy,
3+
Component,
4+
Directive,
75
ElementRef,
8-
Renderer,
6+
HostBinding,
7+
Input,
8+
ModuleWithProviders,
99
NgModule,
10-
ModuleWithProviders, Directive, OnDestroy,
10+
OnDestroy,
11+
Renderer,
12+
ViewEncapsulation
1113
} from '@angular/core';
1214
import {CommonModule} from '@angular/common';
13-
import {MdRippleModule, coerceBooleanProperty, CompatibilityModule} from '../core';
15+
import {coerceBooleanProperty, CompatibilityModule, MdRippleModule} from '../core';
1416
import {FocusOriginMonitor} from '../core/style/focus-origin-monitor';
1517

1618

0 commit comments

Comments
 (0)