mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f3dd6c224c
Similarly to the change we landed in the `@angular/core` reflection capabilities, we need to make sure that ngcc can detect pass-through delegate constructors for classes using downleveled ES2015 output. More details can be found in the preceding commit, and in the issue outlining the problem: #38453. Fixes #38453. PR Close #38500