oferh / ng2-completer

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

Can't bind to 'datasource' since it isn't a known property of 'ng2-completer'. #282

Open kundan-kumar1993 opened 7 years ago

kundan-kumar1993 commented 7 years ago

All configuration seems OK to me but I am unable to solve this problem, can anyone suggest me any other possible causes?

frickt commented 7 years ago

Did you add the modules Ng2ComplterModule and FormsModule to your app.module config?

kundan-kumar1993 commented 7 years ago

@frickt Yes these are already included.

RoshanRoyal commented 7 years ago

I am also getting this issue please help

kundan-kumar1993 commented 7 years ago

@RoshanRoyal I have fixed the issue, make sure you're loading that module in which you have included Ng2ComplterModule and FormsModule.

RoshanRoyal commented 7 years ago

Yes I am including modules but unable to get this resolved

kundan-kumar1993 commented 7 years ago

@RoshanRoyal could you send your code snippet?