tng-range-slider
Bounds
Use lowerBound and upperBound for the control domain. The selected value continues to use min and max endpoint properties.
Angular Signal Forms
Signal Forms reserves min and max bindings. The range-specific bound names can be bound safely on the same element as formField.
Signal Forms binding
html
<tng-range-slider
[formField]="filtersForm.priceRange"
[lowerBound]="0"
[upperBound]="100"
[step]="5"
minAriaLabel="Minimum price"
maxAriaLabel="Maximum price"
/>