Jeacom
0
Q:

loop through form controls angular

let form = fb.group({
      data: ['']
})

Object.keys(form.controls).forEach(key => {
      form.get(key).markAsDirty();
});
1

New to Communities?

Join the community