ngx-select2-ex
Version:
Angular(2+) version of the popular alternative to select inputs, Select2. Select2 classes are used in the template, so you can use any pre-existing styles for Select2 and it will look the same as the original.
12 lines (11 loc) • 439 B
TypeScript
import { INgxSelect2ExLanguageInputs } from '../interfaces/ngx-select2-ex-language-inputs';
export declare class NgxSelect2ExLanguageInputs implements INgxSelect2ExLanguageInputs {
errorLoading: Function;
inputTooLong: Function;
inputTooShort: Function;
loadingMore: Function;
maximumSelected: Function;
noResults: Function;
searching: Function;
constructor(languageInputs?: INgxSelect2ExLanguageInputs);
}