Skip to content

rjttanwar/multiselect

 
 

Repository files navigation

Multiselect

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.

Roadmap

check Roadmap.md

Note: If you're willing to contribute please ping me on pankajparkar@outlook.com.

Development server

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

  1. npm run multiselect-watch - This command will help to build multiselect library everytime when you change any file from it.
  2. npm start - To run application, it will consume live multiselect library

Running unit tests

Run test cases

ng test --project='multiselect'

Check code coverage

  1. ng test --project='multiselect' --code-coverage
  2. npx http-server -c-1 -o -p 9875 ./coverage

alt text

About

Angular Multiselect

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 80.7%
  • HTML 9.6%
  • CSS 7.7%
  • JavaScript 2.0%