UNPKG
ng-select-blur
Version:
latest (2.13.8)
2.13.8
2.13.7
2.13.5
2.13.4
2.13.3
2.13.2
Angular ng-select - All in One UI Select, Multiselect and Autocomplete
ng-select/ng-select
ng-select-blur
/
ng-select
/
config.service.d.ts
11 lines
(10 loc)
•
257 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
class
NgSelectConfig
{
placeholder
:
string
;
notFoundText
:
string
;
typeToSearchText
:
string
;
addTagText
:
string
;
loadingText
:
string
;
clearAllText
:
string
;
disableVirtualScroll
:
boolean
;
openOnEnter
:
boolean
; }