******* NOTE: THIS IS A WORK IN PROGRESS. ANY CONTRIBUTIONS ARE WELCOME ********
angular2-slider
Slider directive implementation for Angular2 without any dependencies, has ticks and accepts an array of values.
Mobile friendly Fast Well documented Customizable Simple to use Keyboard support Supports right to left
Installation
To install this library, run:
$ npm install angular2-slider --save
cd examples/systemjs
npm install
npm run build
npm start
Then access http://localhost:8080
cd examples/webpack
npm install
npm start
Then access http://localhost:8080