oferh / ng2-completer

Angular 2 autocomplete component
http://oferh.github.io/ng2-completer/
MIT License
347 stars 172 forks source link

Upgrading to Angular 4.2 getting Error error TS2420: Class 'CompleterBaseData' incorrectly implements interface 'CompleterData'. Types of property 'lift' are incompatible. #267

Closed bosenagaraj closed 7 years ago

bosenagaraj commented 7 years ago

After Upgrading to Angular 4.2 version ng2-completer component throws the error (attached image below)

image.

It was working fine in angular 2(earlier version). Please let me know how to resolve this issue.

bosenagaraj commented 7 years ago

Its because of typescript issue. I changed the version to typescript-2.3.4. Its worked..