mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
6da6d7af65
Replaces the remaining hand-rolled deferred promise implementations
with the native `Promise.withResolvers()` API and removes the now
unused helper and import.
Follow-up to #69739.
(cherry picked from commit 1bc7e3c2c3)