Marks the component to be change detected.
()
| 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 { |
no test coverage detected