Should we include the Model? #9
matheo
started this conversation in
Dynamic Forms
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is part of the business-logic discussion,
but would be nice to collect experiences around the Model processed by the Dynamic Form.
Adding the
DynModel
type is feasible, despite some difficulty in theDynControl.controls
hierarchy.We don't know the state of the Typed Forms milestone of the Angular Team, and that could affect this feature.
Is it worth? the dynamic form should not worry about this?
in the meantime, is it better to handle our forms as we usually do without typing the model inside the form
until the Angular Team include type-support in the
AbstractControl
classes?PS. the rest is strictly typed:
DynControlMode
,DynControlParams
,DynConfig
.Beta Was this translation helpful? Give feedback.
All reactions