This project basically focused on serving a alternative and intutive select. This idea this UI component has been inspired by AngularJS isteven-multiselect directives. In terms of UI it might look somewhat similar to isteven multiselect, but interms of code it may not exactly architectured in the same way. Currently I'm planning to support the feature provided by isteven-multiselect, plus there are some other important features.
check Roadmap.md
Note: If you're willing to contribute please ping me on pankajparkar@outlook.com.
Before start everything make sure you've latest version of angular-cli, if not then run below command
npm i -g @angular/cli@latest
To play around with this repository you have to run below two commands
npm run multiselect-watch- This command will help to build multiselect library everytime when you change any file from it.npm start- To run application, it will consume live multiselect library
ng test --project='multiselect'
ng test --project='multiselect' --code-coveragenpx http-server -c-1 -o -p 9875 ./coverage
