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 and publish a new version with the following commands:
cd projects/ngx-bootstrap-slider
npm version minor
cd ../..
npm run publish