This is driving me nuts, I\'m under the gun and can\'t afford to spend another whole day on this.
I am trying to manually set a control value (\'dept\') within the c
None of these worked for me. I had to do:
this.myForm.get('myVal').setValue(val);