ngx-slider
ngx-slider copied to clipboard
Dynamic step/range
Here is a stackblitz with some code I am trying to refactor from the other slider library. https://stackblitz.com/edit/angular-6-nouislider-xpldrm?file=app/slider-overview-example.ts
What I am trying to accomplish is the 'range' part. I think I have to use customValueToPosition or customPositionToValue but I am not 100% sure on how to go about implementing.