()
| 289 | } |
| 290 | |
| 291 | ngOnChanges() { |
| 292 | // Since basically all inputs of the MatStep get proxied through the view down to the |
| 293 | // underlying MatStepHeader, we have to make sure that change detection runs correctly. |
| 294 | this._stepper._stateChanged(); |
| 295 | } |
| 296 | |
| 297 | _markAsInteracted() { |
| 298 | if (!this._interacted()) { |
nothing calls this directly
no test coverage detected