Version: Next
NgxFormObject
#
What is ngx-form-object?ngx-form-object
is an abstraction on top of Angular's reactive forms. It generates a form from given model
and automatically handles creation of nested forms, ie. HasOne
and HasMany
model relationships.
#
Benefits of using ngx-form-object#
Form (re)creationngx-form-object
simplifies form creation and form manipulation. FormObject
configuration for a specific model
is defined in one place and reused across the application.
#
Unify model savingngx-form-object
provides couple of hooks during the saving proces. Those hooks can be used to ensure that the same procedure is executed each time when saving is executed.