angular/goldens/public-api/forms
Dylan Hunn fe0e42a996 fix(forms): Make UntypedFormBuilder assignable to FormBuilder, and vice versa. (#45421)
There was a subtle bug involving the opt-out class for FormBuilder, which I discovered during the ongoing migration. The types must be structurally the same, because people pass around FormBuilders, in addition to passing around the controls they produce. This PR ensures FormBuilder and UntypedFormBuilder are assignable to each other.

PR Close #45421
2022-03-24 10:49:10 -07:00
..
errors.md ci: add golden files for runtime error codes (#44677) 2022-01-12 20:42:06 +00:00
forms.md fix(forms): Make UntypedFormBuilder assignable to FormBuilder, and vice versa. (#45421) 2022-03-24 10:49:10 -07:00