ng2-ui / auto-complete

Angular Auto Complete component and directive
https://ng2-ui.github.io/dist/#/auto-complete
MIT License
279 stars 123 forks source link

Can't bind to 'source' since it isn't a known property of 'input' #328

Closed skaka30 closed 6 years ago

skaka30 commented 6 years ago

Hi,

I tried to integrate the auto-complete, but I got this error : Can't bind to 'source' since it isn't a known property of 'input'. Can't bind to 'loading-template' since it isn't a known property of 'input'. Can't bind to 'source' since it isn't a known property of 'input'. Can't bind to 'loading-template' since it isn't a known property of 'input'.

I tried to find my mistake but I am not getting. My project folder structure is like parent child, For example Job is my parent component and country is child component. So this auto complete I want use in child component. But When I use sample code in to my child component shown above errors. I don't where is my mistake. Please suggest me

Thanks.

DoNotWannaTry commented 6 years ago

Have you solve this problem? I have the same problem

skaka30 commented 6 years ago

@guanzhiyou still this issue open

allenhwkim commented 6 years ago

If you want to reopen this ticket, please reproduce this issue at https://stackblitz.com. From my experience, this is the issue of not importing the module properly.

sandroweb commented 6 years ago

I have the same problem. You have a solution?