angular-cn/packages/forms/test
Fabian Wiles e86b64b620 feat(forms): allow markAsPending to emit events (#20212)
closes #17958

BREAKING CHANGE:
- `AbstractControl#statusChanges` now emits an event of `'PENDING'` when you call `AbstractControl#markAsPending`
- Previously it did not emit an event when you called `markAsPending`
- To migrate you would need to ensure that if you are filtering or checking events from `statusChanges` that you account for the new event when calling `markAsPending`

PR Close #20212
2018-02-22 11:15:33 -08:00
..
BUILD.bazel build: Remove angular_src nested workspace (#21096) 2018-01-19 10:17:37 -08:00
directives_spec.ts build: add bazel test rules for remainder of packages (#21053) 2017-12-22 13:10:51 -08:00
form_array_spec.ts feat(forms): allow markAsPending to emit events (#20212) 2018-02-22 11:15:33 -08:00
form_builder_spec.ts test(forms): update test name with correct wording (#21833) 2018-02-07 12:07:14 -08:00
form_control_spec.ts feat(forms): allow markAsPending to emit events (#20212) 2018-02-22 11:15:33 -08:00
form_group_spec.ts feat(forms): allow markAsPending to emit events (#20212) 2018-02-22 11:15:33 -08:00
reactive_integration_spec.ts fix(forms): inserting and removing controls should work in re-bound form arrays (#21822) 2018-01-29 16:11:41 -08:00
spies.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
template_integration_spec.ts fix(forms): set state before emitting a value from ngModelChange (#21514) 2018-02-21 15:59:33 -08:00
validators_spec.ts fix(forms): make Validators.email support optional controls (#20869) 2018-02-07 12:05:08 -08:00
value_accessor_integration_spec.ts build: add bazel test rules for remainder of packages (#21053) 2017-12-22 13:10:51 -08:00