angular/packages/forms/src/model
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
..
abstract_model.ts fix(forms): Warn on FormControls that are constructed with both options and asyncValidators. 2022-05-19 15:49:02 -07:00
form_array.ts docs: fix inline JSDoc tags (@see --> @link) (#46040) 2022-05-19 13:32:20 -07:00
form_control.ts fix(forms): Warn on FormControls that are constructed with both options and asyncValidators. 2022-05-19 15:49:02 -07:00
form_group.ts docs: fix inline JSDoc tags (@see --> @link) (#46040) 2022-05-19 13:32:20 -07:00