A simple multi select input in pure angular2 component. For example, it could be used as a tag select input.
- Click the input, it would show a dropdown panel to show options(which could be from remote)
- Type in the input and it would filter options
- Type a new option, and create it
First you need to install the npm module:
npm install
Then run a server to start
npm run start