Angular - Reactive Forms - How to pass an object to a FormGroup with a class and validators
I have a large form to create and decided to use the reactive form feature for ease of use. However, I am facing a few challenges that might be obvious and looking for help. Below are two cases that yield the same outcome with the exception of the validation. The createFormWithValidation() method specifics every control and it's associated validators. The createFromPassingObject() method creates the same form using just the this.party object but without the added validators. My goal is to pass an object to this.fb.group() that will have the controls that are part of the class and be able to