angular/packages/core/schematics/migrations/google3
Dylan Hunn d336ba96d9 fix(forms): Update the typed forms migration. (#45281)
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
2022-03-07 12:24:59 -08:00
..
BUILD.bazel refactor(migrations): remove old migrations (#44857) 2022-02-01 03:52:26 +00:00
entryComponentsRule.ts feat(core): add migration to remove entryComponents (#44322) 2021-12-01 12:03:14 -08:00
index.ts refactor(migrations): remove old migrations (#44857) 2022-02-01 03:52:26 +00:00
typedFormsRule.ts fix(forms): Update the typed forms migration. (#45281) 2022-03-07 12:24:59 -08:00
waitForAsyncRule.ts refactor(migrations): remove no longer accessible migrations (#43947) 2021-10-26 23:59:42 +00:00