NetanelBasal
4/26/2018 - 5:55 AM

on-push-13.ts

private _updateLatestValue(async: any, value: Object): void {
  if (async === this._obj) {
    this._latestValue = value;
    this._ref.markForCheck();
  }
}