mainio-forms
v1.0.0-beta.8
Published
Angular 6 dynamic forms module. The goal is to provide easy to integrate forms to projects
Maintainers
Readme
Mainio Forms
This project's aim is to have easily integratable Angular 6 Dynamic forms to any web application. The project's not recommended for production at this stage. Read more about Mainio behind this project
Build status
Install
Using NPM run npm i mainio-forms
Using Yarn run yarn add mainio-forms
Features
The project's split to two parts; one for dynamic form components (such as input field), and the other functionalities.
Functionalities
| Feature | Implemented | Documented | Has Tests | Notes | | ---------------------------------------------- | ----------- | ---------- | --------- | ----- | | Display logic | X | | | Split one form to several display components | X | | | | | Service to combine splitted forms to one value | X | | | Basic validators | X | | | | | Advanced validators | X | | | | | NgRx Store | X | | | |
Form components
| Form component | Implemented | Documented | Has Tests | | -------------- | ----------- | ---------- | --------- | | Input field | X | | | | Number field | X | | | | Dropdown menu | X | | | Auto Complete | X | | | Range choice | X | | | Date input | X | |
