refactor(ChandeDetection): Rename ChangeDetectorRef.markForCheck
BREAKING CHANGE Closes #3403 - ChangeDetectorRef.requestCheck() => ChangeDetectorRef.markForCheck()
This commit is contained in:

committed by
Miško Hevery

parent
b8be4bfaaf
commit
cebd670a8e
@ -124,7 +124,7 @@ export class AsyncPipe implements PipeTransform, PipeOnDestroy {
|
||||
_updateLatestValue(async: any, value: Object) {
|
||||
if (async === this._obj) {
|
||||
this._latestValue = value;
|
||||
this._ref.requestCheck();
|
||||
this._ref.markForCheck();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user