We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ceb7f commit 26e60d6Copy full SHA for 26e60d6
1 file changed
modules/angular2/src/common/pipes/async_pipe.ts
@@ -81,6 +81,7 @@ export class AsyncPipe implements PipeTransform, OnDestroy {
81
if (isPresent(obj)) {
82
this._subscribe(obj);
83
}
84
+ this._latestReturnedValue = this._latestValue;
85
return this._latestValue;
86
87
0 commit comments