So I have a nested form like this:
form
- address
- city
- state
- pincode
- name
- phone
now I want to set the value of pincode programatically. How do I set it? I have checked it for the non nested form and found it here: But can't seem to find it for nested forms.
I have tried using dot notation for finding controls.