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

Method _stateChanged

src/cdk/stepper/stepper.ts:529–531  ·  view source on GitHub ↗

Marks the component to be change detected.

()

Source from the content-addressed store, hash-verified

527
528 /** Marks the component to be change detected. */
529 _stateChanged() {
530 this._changeDetectorRef.markForCheck();
531 }
532
533 /** Returns position state of the step with the given index. */
534 _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