angular-slider / ngx-slider

Self-contained, mobile friendly slider component for Angular based on angularjs-slider
https://angular-slider.github.io/ngx-slider/
MIT License
390 stars 175 forks source link

Can the maximum and minimum value limits of this slider only be specified when the component is created #380

Closed LetAmericaGreatAgain closed 5 months ago

LetAmericaGreatAgain commented 5 months ago

Can the maximum and minimum value limits of this slider only be specified when the component is created, or can I dynamically control the maximum and minimum value limits through code during execution?

In other words, I would like to know if it's possible to adjust the max and min values of the slider programmatically after it has been initialized, instead of only being able to set them during the component's creation.