Skip to content

Commit 0764e70

Browse files
committed
fix import
1 parent 14e4e92 commit 0764e70

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/material/autocomplete/autocomplete.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
*/
88

99
import {ActiveDescendantKeyManager} from '@angular/cdk/a11y';
10-
import {BooleanInput, coerceBooleanProperty} from '@angular/cdk/coercion';
11-
import {coerceArray} from '@angular/cdk/coercion/array';
10+
import {BooleanInput, coerceBooleanProperty, coerceArray} from '@angular/cdk/coercion';
1211
import {
1312
AfterContentInit,
1413
ChangeDetectionStrategy,

0 commit comments

Comments
 (0)