Angular - Reactive Forms
What is wrong with this Angular code snippet?
const fa = new FormArray();
fa.push('new control');
const fa = new FormArray();
fa.push('new control');
push() expects a FormControl, FormGroup, or FormArray instance.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions