We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa8792 commit 57e081eCopy full SHA for 57e081e
src/material-examples/slider-configurable/slider-configurable-example.html
@@ -54,8 +54,8 @@ <h2 class="example-h2">Result</h2>
54
[max]="max"
55
[min]="min"
56
[step]="step"
57
- [thumb-label]="thumbLabel"
58
- [tick-interval]="tickInterval"
+ [thumbLabel]="thumbLabel"
+ [tickInterval]="tickInterval"
59
[(ngModel)]="value"
60
[vertical]="vertical">
61
</mat-slider>
0 commit comments