mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
In #31426 a fix was implemented to render namespaced decorator imports correctly, however it turns out that the fix only worked when decorator information was extracted from static properties, not when using `__decorate` calls. This commit fixes the issue by creating the decorator metadata with the full decorator expression, instead of only its name. Closes #31394 PR Close #31614 |
||
|---|---|---|
| .. | ||
| commonjs_host_import_helper_spec.ts | ||
| commonjs_host_spec.ts | ||
| esm5_host_import_helper_spec.ts | ||
| esm5_host_spec.ts | ||
| esm2015_host_import_helper_spec.ts | ||
| esm2015_host_spec.ts | ||
| umd_host_import_helper_spec.ts | ||
| umd_host_spec.ts | ||
| util.ts | ||