UNPKG

@ng-select/ng-select

Version:

Angular ng-select - All in One UI Select, Multiselect and Autocomplete

20 lines (19 loc) 580 B
import * as i0 from "@angular/core"; export declare class NgSelectConfig { placeholder: string; notFoundText: string; typeToSearchText: string; addTagText: string; loadingText: string; clearAllText: string; disableVirtualScroll: boolean; openOnEnter: boolean; appendTo: string; bindValue: string; bindLabel: string; appearance: string; clearSearchOnAdd: boolean; deselectOnClick: boolean; static ɵfac: i0.ɵɵFactoryDeclaration<NgSelectConfig, never>; static ɵprov: i0.ɵɵInjectableDeclaration<NgSelectConfig>; }