mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
51bb922a08
This commit adds a base class that contains common logic for all ControlValueAccessors defined in Forms package. This allows to remove duplicated logic from all built-in ControlValueAccessor classes. PR Close #41225