mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
58942dbe93
As mentioned in https://github.com/angular/angular/pull/54600#discussion_r1528372804 a more effective way of getting the unpatched version of a zone-patched API is to grab it from global[Zone.__symbol__('apiname')]. PR Close #55092