form = new FormGroup({ name: new FormControl("") });
form = new FormGroup({ email: new FormControl("", Validators.required) });