mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
1bc7e3c2c3
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.