mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously, the (currently disabled) undecorated parent migration in ngcc would produce errors when a base class could not be determined statically or when a class extends from a class in another package. This is not ideal, as it would cause the library to fail compilation without a workaround, whereas those problems are not guaranteed to cause issues. Additionally, inheritance chains were not handled. This commit reworks the migration to address these limitations. PR Close #33362 |
||
|---|---|---|
| .. | ||
| missing_injectable_migration_spec.ts | ||
| undecorated_parent_migration_spec.ts | ||