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 8d5e708 commit e66e834Copy full SHA for e66e834
1 file changed
src/app/shop/shop.component.html
@@ -34,13 +34,16 @@
34
<mat-card-content>
35
<!-- TODO: #8. Provide control labels with ARIA -->
36
<mat-slider
37
+ aria-label="Dumpling order quantity slider"
38
+ id="quantity"
39
+ name="quantity"
40
color="primary"
41
class="quantity-slider"
42
[max]="13"
43
[min]="1"
44
[step]="1"
- [thumbLabel]="true"
45
[tickInterval]="1"
46
+ thumbLabel
47
[(ngModel)]="quantity">
48
</mat-slider>
49
</mat-card-content>
0 commit comments