MCPcopy
hub / github.com/angular/components / next

Method next

src/cdk/stepper/stepper.ts:498–500  ·  view source on GitHub ↗

Selects and focuses the next step in list.

()

Source from the content-addressed store, hash-verified

496
497 /** Selects and focuses the next step in list. */
498 next(): void {
499 this.selectedIndex = Math.min(this._selectedIndex() + 1, this.steps.length - 1);
500 }
501
502 /** Selects and focuses the previous step in list. */
503 previous(): void {

Callers 15

listenerMethod · 0.45
setTargetMethod · 0.45
urlMethod · 0.45
boundsMethod · 0.45
opacityMethod · 0.45
ngOnDestroyMethod · 0.45
geocodeMethod · 0.45
optionsMethod · 0.45
pathsMethod · 0.45
ngOnDestroyMethod · 0.45
ngOnDestroyMethod · 0.45
_initializeMethod · 0.45

Calls 1

minMethod · 0.45

Tested by 9

dataMethod · 0.36
dataMethod · 0.36
mutateChildrenFunction · 0.36
dataMethod · 0.36
addChildMethod · 0.36
mutateChildrenFunction · 0.36
dataMethod · 0.36
addChildMethod · 0.36