NejcZdovc / ng2-select2

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

Problem updating to Angular 6.0.3 #126

Open sasastojkovicgfi opened 6 years ago

sasastojkovicgfi commented 6 years ago

ERROR in node_modules/ng2-select2/ng2-select2.component.d.ts(12,14): error TS2304: Cannot find name 'Select2Options'.

douglasrcox commented 6 years ago

This is due to the Select2 typings getting updated to be called "Options". This library needs to updated accordingly and update the Select2 typings used.