Angular - Reactive Forms
Identify the error in this code snippet:
const control = new FormControl('', Validators.required, Validators.minLength(3));const control = new FormControl('', Validators.required, Validators.minLength(3));15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions