Skip to content

Commit 3dfc640

Browse files
committed
chore: linter errors
1 parent 9b4514c commit 3dfc640

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib/input/input-container.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ import {
1616
ContentChildren,
1717
Directive,
1818
ElementRef,
19-
EventEmitter,
2019
Input,
2120
Optional,
22-
Output,
2321
QueryList,
2422
Renderer2,
2523
Self,
@@ -53,7 +51,6 @@ import {
5351
MD_ERROR_GLOBAL_OPTIONS
5452
} from '../core/error/error-options';
5553
import {Subject} from 'rxjs/Subject';
56-
import {filter} from '../core/rxjs/index';
5754

5855
// Invalid input type. Using one of these will throw an MdInputContainerUnsupportedTypeError.
5956
const MD_INPUT_INVALID_TYPES = [

0 commit comments

Comments
 (0)