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 bba07ea commit fe8cdbeCopy full SHA for fe8cdbe
src/lib/input/input-container.ts
@@ -16,10 +16,8 @@ import {
16
ContentChildren,
17
Directive,
18
ElementRef,
19
- EventEmitter,
20
Input,
21
Optional,
22
- Output,
23
QueryList,
24
Renderer2,
25
Self,
@@ -53,7 +51,6 @@ import {
53
51
MD_ERROR_GLOBAL_OPTIONS
54
52
} from '../core/error/error-options';
55
import {Subject} from 'rxjs/Subject';
56
-import {filter} from '../core/rxjs/index';
57
58
// Invalid input type. Using one of these will throw an MdInputContainerUnsupportedTypeError.
59
const MD_INPUT_INVALID_TYPES = [
0 commit comments