mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The undecorated child migration creates a synthetic decorator, which contained `"exportAs": ["exportName"]` as obtained from the metadata of the parent class. This is a problem, as `exportAs` needs to specified as a comma-separated string instead of an array. This commit fixes the bug by transforming the array of export names back to a comma-separated string. PR Close #34014 |
||
|---|---|---|
| .. | ||
| ngcc_spec.ts | ||
| util.ts | ||