NejcZdovc / ng2-select2

Select 2 wraper for angular2
MIT License
123 stars 93 forks source link

ng2-select2@1.0.0-beta.10 - Does not have all interfaces #92

Closed logeshthedev closed 7 years ago

logeshthedev commented 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.,