angular reactive forms disable sample
form = new FormGroup({
first: new FormControl({value: 'Nancy', disabled: true}, Validators.required),
last: new FormControl('Drew', Validators.required)
});
https://github.com/dcyuksel/Result
No comments:
Post a Comment