Angular - Reactive Forms
What is wrong with this Angular code snippet?
this.form = new FormGroup({
email: FormControl('')
});this.form = new FormGroup({
email: FormControl('')
});FormControl('') without 'new', which causes an error.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions