mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
1a526f2881
This commit prevents `AsyncPipe` from calling `markForCheck` when values are synchronously emit during subscription to an observable. This prevents subscriptions to `Replay` observables from needlessly walking up to the root of the view tree during template execution for each new replay observable in the template. PR Close #54554