Hi,
I am new to angularjs and ionic 3 framework. I am trying to get dynamic form fields that are created on user selection using for loop.
for eg field_1, field_2 and so on.
Can someone guide me how to get the values in the ts file.
Hi,
I am new to angularjs and ionic 3 framework. I am trying to get dynamic form fields that are created on user selection using for loop.
for eg field_1, field_2 and so on.
Can someone guide me how to get the values in the ts file.
There are tons of tutorials on working with Angular forms out there. Ionic has nothing special about working with forms.
Ok Thanks I will try more times to use for loop in ionic forms.