Angular - Reactive Forms
Identify the error in this code snippet:
this.form = this.fb.group({
username: this.fb.control(''),
age: ''
});this.form = this.fb.group({
username: this.fb.control(''),
age: ''
});15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions