mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
e7e78e6709
The current naming causes tsickle to emit `/** @implements {ZoneDelegate} */ class ZoneDelegate ...`, which is a cyclic definition error in Closure Compiler. Additionally, the name shadowing is also confusing to humans.
PR Close angular#43019
PR Close #43019