Hi, I have created a class which iterates through my form. It gets all the controlsNames Recusively but i also want to get the values. I have tried everything now, and beginning to think it is not possible ?
* The form which it gets values are intialized before the class.
* I have used all the formControls methods such as valueStr, toString
* But they either come up empty or object not intialized, or something else
* I have tried using the method <formControlName>.valueStr(); and then it works but not when i try from the class
Please help thanks.
*This post is locked for comments
I have the same question (0)