angular-cn/packages/forms/test
Dylan Hunn 7180ec9e7c fix(forms): changes to status not always being emitted to statusChanges observable for async validators. (#42553)
When a FormControl, FormArray, or FormGroup is first constructed, if an async validator is attached, the `statusChanges` observable should receive a message when the validator complete (i.e. pending -> valid/invalid). If the validator was provided as part of the constructor options, it was not fired at construction time, which is fixed in this PR.

Fixes #35309.

PR Close #42553
2021-06-14 09:57:57 -07:00
..
BUILD.bazel test: disable failing saucelabs tests (#36620) 2020-04-14 10:13:33 -07:00
directives_spec.ts test: clean up internal testing utilities (#42177) 2021-05-26 20:07:25 +00:00
form_array_spec.ts fix(forms): changes to status not always being emitted to statusChanges observable for async validators. (#42553) 2021-06-14 09:57:57 -07:00
form_builder_spec.ts test: clean up internal testing utilities (#42177) 2021-05-26 20:07:25 +00:00
form_control_spec.ts fix(forms): changes to status not always being emitted to statusChanges observable for async validators. (#42553) 2021-06-14 09:57:57 -07:00
form_group_spec.ts fix(forms): changes to status not always being emitted to statusChanges observable for async validators. (#42553) 2021-06-14 09:57:57 -07:00
reactive_integration_spec.ts feat(forms): undo revert and add ng-submitted class to forms that have been submitted. (#42132) (#42132) 2021-06-08 14:02:29 -07:00
template_integration_spec.ts feat(forms): undo revert and add ng-submitted class to forms that have been submitted. (#42132) (#42132) 2021-06-08 14:02:29 -07:00
util.ts refactor(forms): refactor common validators used in unit tests (#38020) 2020-07-22 20:42:43 -07:00
validators_spec.ts feat(core): support TypeScript 4.3 (#42022) 2021-06-04 11:17:09 -07:00
value_accessor_integration_spec.ts feat(core): update reference and doc to change `async` to `waitAsync`. (#37583) 2020-08-03 12:54:13 -07:00