angular2-multi-select

A simple multi select input in pure angular2 component. For example, it could be used as a tag select input.

Features

  • 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

Septup

First you need to install the npm module:

npm install

Then run a server to start

npm run start