0.1.0 • Published 4 years ago

ngx-dynamic-forms-generator v0.1.0

Weekly downloads
4
License
-
Repository
-
Last release
4 years ago

NgxDynamicFormsGenerator

TODO

Don't release until README has been completed.

TODO Future Features

  • Add configuration for simply providing an interface or object instead of field definition
  • Add modals as optional configuration for adding / editing records
  • Add button elements within form to open add / edit modals
  • Work on grouping template and on table templating structures (Use directives)
  • Work on color scheming capabilities
  • Build out unit testing for Dynamic Forms
  • Ensure that styling is correct for all inputs
  • Add support for any inputs not currently in place
  • Add support for different kinds of events and or triggers, such as on focus and on blur for inputs

This library was generated with Angular CLI version 8.2.14.

Code scaffolding

Run ng generate component component-name --project ngx-dynamic-forms-generator to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project ngx-dynamic-forms-generator.

Note: Don't forget to add --project ngx-dynamic-forms-generator or else it will be added to the default project in your angular.json file.

Build

Run ng build ngx-dynamic-forms-generator to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build ngx-dynamic-forms-generator, go to the dist folder cd dist/ngx-dynamic-forms-generator and run npm publish.

Running unit tests

Run ng test ngx-dynamic-forms-generator to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.