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 74a6551 commit 018ee64Copy full SHA for 018ee64
src/material/legacy-autocomplete/autocomplete-trigger.ts
@@ -7,11 +7,7 @@
7
*/
8
import {Directive, forwardRef} from '@angular/core';
9
import {NG_VALUE_ACCESSOR} from '@angular/forms';
10
-import {
11
- _MatAutocompleteBase,
12
- _MatAutocompleteTriggerBase,
13
- _MatAutocompleteOriginBase,
14
-} from '@angular/material/autocomplete';
+import {_MatAutocompleteTriggerBase} from '@angular/material/autocomplete';
15
16
/**
17
* Provider that allows the autocomplete to register as a ControlValueAccessor.
0 commit comments