this.myForm = new FormGroup({ firstName: new FormControl('Josh'), lastName: new FormControl('Morony') });