forgotPasswordForm = FormGroup( { 'email': FormControl<String>( value: userEmail, disabled: true, validators: [Validators.required, Validators.email], ) ...
確定! 回上一頁