mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The typed forms migration was previously designed to add `<any>` type parameters to existing forms classes. However, due to some design changes, the new opt-out strategy requires untyped versions of the classes, as introduced in #45205 and #45268. This PR updates the migration to import these new classes (in an idempotent manner), and replace constructor calls with the new classes. It respects qualified imports as well. Finally, the code has been refactored to move as much common code as possible into `util.ts`. PR Close #45281 |
||
|---|---|---|
| .. | ||
| migrations | ||
| test | ||
| utils | ||
| BUILD.bazel | ||
| migrations.json | ||
| package.json | ||
| tsconfig.json | ||