mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
9ef305b70e
This commits refactors the HTTP client to use `InitialRenderPendingTasks` instead of Zone.js macrotask. This is another approach to https://github.com/angular/angular/pull/50406 which was revert due to a failure in G3. PR Close #50425