You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making the input (of a root form component) or the value (set on a sub form component) be a partial of the interface would open new possibilities such as:
No need to pass an object containing all null values but 1 or 2 to set a default
Less confusing for people: We often get the question of "why do I need to pass an exact match of the form?"
Making the input (of a root form component) or the value (set on a sub form component) be a partial of the interface would open new possibilities such as:
createFormArrayControl
accept null values for thevalue
object #118 Wouldn't be an issue anymoreThis might be a big change but could change the architecture quite a bit so limit to a spike
The text was updated successfully, but these errors were encountered: