mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d60ebaa48a
* `forwardRef` does not work with ES2015 and TypeScript's decorator downlevel emit. This is a known limitation we work around in Angular applications by either compiling tests with the Angular compiler, or by running a custom decorator downlevel transform (like in the CLI). PR Close #44505