UNPKG
costimize-mat-select-autocomplete
Version:
latest (2.0.0)
patch (1.9.9)
2.0.0
1.9.9
1.9.8
1.9.7
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.0
1.7.0
1.6.0
1.5.3
1.5.2
1.5.1
1.4.1
1.3.1
1.2.1
1.2.0
1.1.5
1.1.4
1.1.2
1.1.1
1.1.0
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.6
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0
Angular material select component with autocomplete and select all features
costimize-mat-select-autocomplete
/
lib
/
DropdownKeyValue.d.ts
7 lines
(6 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
DropdownKeyValue
{
value
:
string
;
display
:
string
;
favourite
?:
boolean
;
constructor
(
id
:
string
,
name
:
string
,
favourite
?:
boolean
); }