I want to use multiple select in my angular 4 project, but it doesnt work. I followed the installation guide from here https://www.npmjs.com/package/angular2-multiselect-dropdown
(install multiple select via npm, include the component in my module, add the html in my template)
But I get following error:
Can't bind to 'data' since it isn't a known property of 'angular2 multiselect'. 1. If 'angular2-multiselect' is an Angular component and it has 'data' input, then verify that it is part of this module.
Can you please help me?