()
| 295 | } |
| 296 | |
| 297 | _markAsInteracted() { |
| 298 | if (!this._interacted()) { |
| 299 | this._interacted.set(true); |
| 300 | this.interactedStream.emit(this); |
| 301 | } |
| 302 | } |
| 303 | |
| 304 | /** Determines whether the error state can be shown. */ |
| 305 | _showError(): boolean { |
no test coverage detected