mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
1b0b36d143
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