jnwltr / swagger-angular-generator

Generator of API layer in TypeScript for Angular 2+ apps
MIT License
91 stars 46 forks source link

Additional properties inside properties are not handled #43

Open lukashlobil opened 6 years ago

lukashlobil commented 6 years ago

"properties": { "divisions": { "type": "object", "description": "Mapping structure of invoices to departments (key is divide_note_inv key)", "additionalProperties": { "$ref": "#/definitions/CustomerInvoiceAssignmentDto" } }, This will generate divisions as FormControl instead of FormGroup with Form controls from the additional properties.