How to access ruby and rails nested array field attributes with Angular FormBuilder.
Sep 9, 2018 · 4 min read
I am writing this article because I recently had an issue with ruby an rails nested attributes . When building an ionic App, I faced a big issue how to deal with the nested attributes in my form using formbuilder. After few trial and error and a lot of reading of the Angular Reactive form builders documentation I was able to fix it.Therefore, I decided to have it in some place written for other people who may face the same issues. Below i show the issue I am trying to solve

