this.loginForm = new FormGroup({ 'email': new FormControl('', { validators: [Validators.required] }) }); // get like this const { email } ...
確定! 回上一頁