angular-cn/packages/forms/test
Fabian Wiles 1b0b36d143 fix(forms): match getError and hasError to get method signature (#20211)
Internally getError and hasError call the AbstractControl#get method which takes  `path: Array<string | number> | string` as input, since there are different ways to traverse the AbstractControl tree.
This change matches the method signitures of all methods that use this.

PR Close #20211
2019-01-03 10:16:06 -08:00
..
BUILD.bazel test(ivy): run forms tests with ivy on ci (#26968) 2018-11-06 15:09:35 -08:00
directives_spec.ts build: upgrade jasmine (and related typings) to latest version (#19904) 2018-07-06 13:48:02 -07:00
form_array_spec.ts feat(core): upgrade rxjs to 6.0.0-alpha.4 (#22573) 2018-03-19 21:51:51 -07:00
form_builder_spec.ts feat(forms): add updateOn option to FormBuilder (#24599) 2018-11-01 15:31:11 -07: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 fix(forms): match getError and hasError to get method signature (#20211) 2019-01-03 10:16:06 -08:00
reactive_integration_spec.ts fix(ivy): hack implementation of host styles (#27180) 2018-11-20 11:43:29 -08:00
spies.ts fix(forms): improve error message for invalid value accessors (#22731) 2018-04-04 08:20:55 -07:00
template_integration_spec.ts fix(ivy): hack implementation of host styles (#27180) 2018-11-20 11:43:29 -08:00
validators_spec.ts Revert "test(forms): add test on applying unicode flag (#20819)" (#27375) 2018-11-30 10:49:27 -08:00
value_accessor_integration_spec.ts fix(ivy): hack implementation of host styles (#27180) 2018-11-20 11:43:29 -08:00