angular/packages/forms/src
Dylan Hunn 0e14df697a fix(forms): Warn on FormControls that are constructed with both options and asyncValidators.
DEPRECATED:

It is now deprecated to provide *both* `AbstractControlOption`s and an async validators argument to a FormControl. Previously, the async validators would just be silently dropped, resulting in a probably buggy forms. Now, the constructor call is deprecated, and Angular will print a warning in devmode.
2022-05-19 15:49:02 -07:00
..
directives fix(forms): Warn on FormControls that are constructed with both options and asyncValidators. 2022-05-19 15:49:02 -07:00
model fix(forms): Warn on FormControls that are constructed with both options and asyncValidators. 2022-05-19 15:49:02 -07:00
directives.ts perf(forms): make RadioControlRegistry class tree-shakable (#41126) 2021-03-16 09:35:14 -07:00
errors.ts refactor(forms): use shared RuntimeError class (#44398) 2022-01-06 23:43:19 +00:00
form_builder.ts fix(forms): Warn on FormControls that are constructed with both options and asyncValidators. 2022-05-19 15:49:02 -07:00
form_providers.ts perf(forms): make RadioControlRegistry class tree-shakable (#41126) 2021-03-16 09:35:14 -07:00
forms.ts revert "fix(forms): Value and RawValue should be part of the public API." (#46023) 2022-05-17 22:48:03 +00:00
util.ts refactor(forms): Split up model.ts. (#45217) 2022-03-01 19:49:31 +00:00
validators.ts docs(forms): remove the incorrect set value from previous commit (#45533) 2022-04-07 21:00:25 +00:00
version.ts docs: fix package name in version.ts files in different packages (#41208) 2021-05-10 10:26:34 -04:00