mat-slider allows for the selection of a value from a
range via mouse, touch, or keyboard, similar to
<input type="range">.
@Output() change: EventEmitter<MatSliderChange>
Event emitted when the slider value has changed.