'ngx-slider without swapping value and max-value control -Angular
I am using an ngx-slider(range slider) to take input of check-In check-Out time of a hotel.
what I wanted to achieve is that can I make both value and maxValue slider independent of each other like maxValue(ie Checkout-time) can be 1:00hrs and value(ie check-in time) can be 10:00hrs
in the current situation when I try to do that the min and max control values just switched their position resulting in check-in time being 1:00hrs and checkout time 10:00hrs.
I goes through all the documentation of ngx-slider and options but was not able to find anything related.
here I am attaching an image of UI.

Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
