Angular - Reactive Forms
What is wrong with this code?
const control = new FormControl('');
control.patchValue('new');const control = new FormControl('');
control.patchValue('new');patchValue as an alias to setValue for single values.patchValue on FormControl is valid.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions