Closed dominicegginton closed 2 years ago
Sure, you can, annotation should be { foo: [{ baz: 'array' }] }
full example you can find here https://stackblitz.com/edit/angular-ngx-mf-gqrrau?file=src/app/app.component.ts
But i found 1 small bug, in line https://stackblitz.com/edit/angular-ngx-mf-gqrrau?file=src%2Fapp%2Fapp.component.ts%3AL34,src%2Fapp%2Fmodel.ts type should be nullable, but in that example it nonNullable
I fix it today
Awesome thank you, this is what I was looking for 👍
My Model:
The form group type I want:
This this possible with ngx-mf?