mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
47fbfb37bf
This commit performs minor refactoring in Forms package to get rid of duplicate functions. It looks like the functions were duplicated due to a slightly different type signatures, but their logic is completely identical. The logic in retained functions remains the same and now these function also accept a generic type to achieve the same level of type safety. PR Close #38380