feat(forms): support union types for form models and validation models
Closed this issue · 0 comments
KostyaTretyak commented
At this point, @ng-stack/forms
uses conditional types to automatically detect appropriate types for form controls. TypeScript have Distributive Conditional Types and design limitation, because of this, @ng-stack/forms
have problems with union types: #18, #38.
Need to improve support for union types.