Skip to content

Commit

Permalink
refactor(material/autocomplete): removed unused imports from autocomp…
Browse files Browse the repository at this point in the history
…lete-trigger file (#27268)
  • Loading branch information
aanchal88 authored Jun 11, 2023
1 parent 74a6551 commit 018ee64
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/material/legacy-autocomplete/autocomplete-trigger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
*/
import {Directive, forwardRef} from '@angular/core';
import {NG_VALUE_ACCESSOR} from '@angular/forms';
import {
_MatAutocompleteBase,
_MatAutocompleteTriggerBase,
_MatAutocompleteOriginBase,
} from '@angular/material/autocomplete';
import {_MatAutocompleteTriggerBase} from '@angular/material/autocomplete';

/**
* Provider that allows the autocomplete to register as a ControlValueAccessor.
Expand Down

0 comments on commit 018ee64

Please sign in to comment.