© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Fabian
Backend Developer (partly Frontend Dev)
How do I get the values from the dynamic fields. I have a button in dynamic-form.component.html and if I click the button I want to get the updated model to the console.
Btw. nice article
Dany Paredes
Dany Paredes | Angular GDE | Progress Champion
Hey f, You have access to all controls using this.dynamicFormGroup and the get method in the form.
this.dynamicFormGroup
get
The article was update with your request and feedback