mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
c001b05c77
When a formControlName is used without a parent formGroup, an error is logged in the console. Before this commit, there was no information about which control had the issue. Now, it's reported and the troubleshoot is much faster. PR Close #55397