Awesome
ngx-bootstrap-slider
This is an Angular component for the popular and very flexible seiyria/bootstrap-slider(https://github.com/seiyria/bootstrap-slider).
Some demos are available here: https://seiyria.com/bootstrap-slider/
Please refer to the readme located in projects/ngx-bootstrap-slider for more information.
Update, build & publish
Update and publish a new version with the following commands:
cd projects/ngx-bootstrap-slider
npm version minor
cd ../..
npm run publish