(async: any, value: Object)
| 233 | } |
| 234 | |
| 235 | private _updateLatestValue(async: any, value: Object): void { |
| 236 | if (async === this._obj) { |
| 237 | this._latestValue = value; |
| 238 | if (this.markForCheckOnValueUpdate) { |
| 239 | this._ref?.markForCheck(); |
| 240 | } |
| 241 | } |
| 242 | } |
| 243 | } |
no test coverage detected