File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/cdk-experimental/combobox Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 5
5
* Use of this source code is governed by an MIT-style license that can be
6
6
* found in the LICENSE file at https://angular.io/license
7
7
*/
8
- import { coerceArray } from "@angular/cdk/coercion/array" ;
9
8
10
9
export type OpenAction = 'focus' | 'click' | 'downKey' | 'toggle' ;
11
10
export type OpenActionInput = OpenAction | OpenAction [ ] | string | null | undefined ;
@@ -30,8 +29,7 @@ import {
30
29
OverlayRef
31
30
} from '@angular/cdk/overlay' ;
32
31
import { Directionality } from '@angular/cdk/bidi' ;
33
- import { BooleanInput , coerceBooleanProperty } from '@angular/cdk/coercion' ;
34
-
32
+ import { BooleanInput , coerceBooleanProperty , coerceArray } from '@angular/cdk/coercion' ;
35
33
36
34
@Directive ( {
37
35
selector : '[cdkCombobox]' ,
You can’t perform that action at this time.
0 commit comments