mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
1d9d02696e
Several new functionalities are possible with this change: the most requested is that callers can now check whether a control has a required validator. Other uses include incrementally changing the validators set without doing an expensive operation to reset all validators. Closes #13461. PR Close #42838