verizonconnect / ngx-form-generator

Generate Angular ReactiveForms from OpenAPI documents
MIT License
44 stars 12 forks source link

feat: support nested group and array items conversion #45

Closed RoRep1ay closed 1 year ago

RoRep1ay commented 2 years ago

This PR enable support for nested object properties and array conversion to form group and form array respectively. Test Case related to the feature is included in the unit test.