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

Method next

src/cdk/stepper/stepper.ts:502–504  ·  view source on GitHub ↗

Selects and focuses the next step in list.

()

Source from the content-addressed store, hash-verified

500
501 /** Selects and focuses the next step in list. */
502 next(): void {
503 this.selectedIndex = Math.min(this._selectedIndex() + 1, this.steps.length - 1);
504 }
505
506 /** Selects and focuses the previous step in list. */
507 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