ngx-form-generator icon indicating copy to clipboard operation
ngx-form-generator copied to clipboard

Generate Angular ReactiveForms from OpenAPI documents

Results 28 ngx-form-generator issues
Sort by recently updated
recently updated
newest added

The tool does not seem to generate default values, all default values are null but in the swagger schemas there is a default value set/visible.

bug

one file per key in the definitions https://github.com/verizonconnect/ngx-form-generator/pull/46

It would be nice to let Open Api Specification arrays map to the Angular FormArray. As it makes creating forms with arrays more easier. I would like to implement it...

enhancement

Instead of just having one instance of a `FormGroup`, I would like to have a factory to create as much instances as required.

enhancement

I would like to know if there is interest in making this tool support other frameworks like React, Vue, Svelt, Solid, etc. One requirement will be to identify a form...

wontfix

Strictly typed ReactiveForms are coming. https://github.com/angular/angular/discussions/44513

enhancement

Hi there, while trying to generate using your tool (which is great by the way), I'm greeted with the same error depicted in issue #3. It appears that my swagger...

enhancement

Hi, thanks for this nice package. However, we are currently unable to generate a form due to the following error: ``` node_modules\@verizonconnect\ngx-form-generator\dist\generator-lib.js:59 const fields = Object.keys(definition.properties); ^ TypeError: Cannot convert...

enhancement
good first issue
help wanted