angular-cn/tools/public_api_guard/forms
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
..
forms.d.ts fix(forms): match getError and hasError to get method signature (#20211) 2019-01-03 10:16:06 -08:00