mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
fc2483e7e9
Avoids duplication of the `FactoryTarget` enums. This is necessary now because we are exposing the previously deeply-imported JIT facade now via the exports; and the typing integration tests surface a type conflict due to the different duplicated enums. PR Close #61571