ngx-form-object is an abstraction on top of Angular's reactive forms. It generates a form from a given model and automatically handles creation of nested forms (HasOne and HasMany model relationships).
npm install ngx-form-objectngx-form-object is an abstraction on top of Angular's reactive forms. It generates a form from a given model and automatically handles creation of nested forms (HasOne and HasMany model relationships).
#### NPM
``bash`
npm install ngx-form-object --save
#### Yarn
`bash`
yarn add ngx-form-object
* Getting started
* Migration guide
Before local development external dependencies need to be installed:
`bash``
npm ci && npm run build
Licensed under the MIT License - see the LICENSE for details.
Maintained and sponsored by Infinum