NetanelBasal
3/29/2017 - 4:02 PM

mcfa6.ts

this.form = new FormGroup({
   skills: new FormArray([
      new FormControl(true),
      new FormControl(false),
   ])
})