Skip to content

Commit f585987

Browse files
committed
remove useless imports
1 parent a1c7e69 commit f585987

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/lib/input/input-wrapper.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ import {
88
ElementRef,
99
QueryList,
1010
ViewEncapsulation,
11-
HostListener,
12-
HostBinding,
1311
Optional,
1412
Output,
1513
EventEmitter
16-
} from "@angular/core";
17-
import {MdError, coerceBooleanProperty} from "../core";
18-
import {NgModel} from "@angular/forms";
14+
} from '@angular/core';
15+
import {MdError, coerceBooleanProperty} from '../core';
16+
import {NgModel} from '@angular/forms';
1917

2018

2119
// Invalid input type. Using one of these will throw an MdInputWrapperUnsupportedTypeError.

0 commit comments

Comments
 (0)