Closed logeshthedev closed 7 years ago
I tried installing the latest version of ng2-select2. The interface file only contains the below:
export interface Select2OptionData { id: string; text: string; disabled?: boolean; children?: Array; additional?: any; } export interface Select2TemplateFunction { (state: Select2OptionData): JQuery | string; }
It is missing the remaining interfaces like Select2Options etc.,
I tried installing the latest version of ng2-select2. The interface file only contains the below:
export interface Select2OptionData { id: string; text: string; disabled?: boolean; children?: Array;
additional?: any;
}
export interface Select2TemplateFunction {
(state: Select2OptionData): JQuery | string;
}
It is missing the remaining interfaces like Select2Options etc.,