79224022

Date: 2024-11-25 17:23:49
Score: 1.5
Natty:
Report link

The structure has to be an input field in a mat-slider

For example:

bet = signal(0)
<mat-slider [min]="0" [max]="36">
  <input matSliderThumb [(ngModel)]="bet" #slider>        
</mat-slider>

source: https://material.angular.io/components/slider/examples

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: jeanlou1370