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

Method _stateChanged

src/cdk/stepper/stepper.ts:525–527  ·  view source on GitHub ↗

Marks the component to be change detected.

()

Source from the content-addressed store, hash-verified

523
524 /** Marks the component to be change detected. */
525 _stateChanged() {
526 this._changeDetectorRef.markForCheck();
527 }
528
529 /** Returns position state of the step with the given index. */
530 _getAnimationDirection(index: number): StepContentPositionState {

Callers 5

resetMethod · 0.95
ngAfterContentInitMethod · 0.80
ngAfterViewInitMethod · 0.80
ngOnChangesMethod · 0.80

Calls 1

markForCheckMethod · 0.80

Tested by

no test coverage detected