Skip to content

Commit cf981d7

Browse files
committed
format imports
1 parent 678e65e commit cf981d7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/lib/button/button.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
import {
2-
Component,
3-
ViewEncapsulation,
4-
Input,
5-
HostBinding,
62
ChangeDetectionStrategy,
3+
Component,
4+
Directive,
75
ElementRef,
6+
HostBinding,
7+
Input,
8+
OnDestroy,
89
Renderer,
9-
Directive, OnDestroy,
10+
ViewEncapsulation
1011
} from '@angular/core';
1112
import {coerceBooleanProperty} from '../core';
1213
import {FocusOriginMonitor} from '../core/style/focus-origin-monitor';

0 commit comments

Comments
 (0)