angular/packages/core/schematics
Dylan Hunn cae1e44608 fix(forms): Update the typed forms migration to use FormArray<T> instead of FormArray<T[]>. (#44933)
Previously, `FormArray` accepted an array generic. Now it accepts the element type, so the migration must be update accordingly.

PR Close #44933
2022-02-02 01:58:18 +00:00
..
migrations fix(forms): Update the typed forms migration to use FormArray<T> instead of FormArray<T[]>. (#44933) 2022-02-02 01:58:18 +00:00
test fix(forms): Update the typed forms migration to use FormArray<T> instead of FormArray<T[]>. (#44933) 2022-02-02 01:58:18 +00:00
utils refactor(compiler): clean up workarounds for TypeScript 4.5 (#44477) 2021-12-14 16:14:02 -05:00
BUILD.bazel refactor(migrations): remove old migrations (#44857) 2022-02-01 03:52:26 +00:00
migrations.json refactor(migrations): remove old migrations (#44857) 2022-02-01 03:52:26 +00:00
package.json refactor(migrations): ensure CommonJS migrations can be accessed (#43657) 2021-10-04 16:24:48 -07:00
tsconfig.json build: enable useUnknownInCatchVariables (#44679) 2022-02-01 18:17:29 +00:00