ngx-recursive-form
ngx-recursive-form copied to clipboard
Angular recursive form at any level based on your json input.
``` [ { "name": "dataSource", "label": "Label", "defaultValue": [ { "name": "name1", "label": "Label", "mobile": 12345, "address": "address1", "verified": { "status": true, "entity": "entity", "entityType": "entityType", "comment": "comment" } },...
Hello, I have been trying to create `FormArray` with this library. but i am unclear how it handles array while generating form -- does it create `FormArray` or `FormGroup` if...