MCPcopy Index your code
hub / github.com/angular/components / step

Method step

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

Source from the content-addressed store, hash-verified

285 /** The values at which the thumb will snap. */
286 @Input({transform: numberAttribute})
287 get step(): number {
288 return this._step;
289 }
290 set step(v: number) {
291 const step = isNaN(v) ? this._step : v;
292 if (this._step !== step) {

Callers

nothing calls this directly

Calls 1

_updateStepMethod · 0.95

Tested by

no test coverage detected