()
| 963 | } |
| 964 | |
| 965 | function _throwInvalidInputConfigurationError(): void { |
| 966 | throw Error(`Invalid slider thumb input configuration! |
| 967 | |
| 968 | Valid configurations are as follows: |
| 969 | |
| 970 | <mat-slider> |
| 971 | <input matSliderThumb> |
| 972 | </mat-slider> |
| 973 | |
| 974 | or |
| 975 | |
| 976 | <mat-slider> |
| 977 | <input matSliderStartThumb> |
| 978 | <input matSliderEndThumb> |
| 979 | </mat-slider> |
| 980 | `); |
| 981 | } |