MCPcopy Create free account
hub / github.com/angular/components / _throwInvalidInputConfigurationError

Function _throwInvalidInputConfigurationError

src/material/slider/slider.ts:965–981  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

963}
964
965function _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}

Callers 1

_validateInputsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected