mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
16 lines
409 B
HTML
16 lines
409 B
HTML
<mat-slider
|
|
[(value)]="value"
|
|
[min]="min"
|
|
[max]="max"
|
|
[step]="step"
|
|
[thumbLabel]="thumbLabel"
|
|
(change)="onChangedHandler($event)"
|
|
data-automation-id="slider-range">
|
|
</mat-slider>
|
|
|
|
<div class="facet-buttons">
|
|
<button mat-button color="primary" (click)="reset()" data-automation-id="slider-btn-clear">
|
|
{{ 'SEARCH.FILTER.ACTIONS.CLEAR' | translate }}
|
|
</button>
|
|
</div>
|