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