Angular - Reactive Forms
Which is the correct syntax to apply a minimum length validator of 5 characters in Angular?
minLength are functions called with the required parameter in parentheses.Validators.minLength(5) correctly calls the function with 5 as argument; other options use invalid syntax.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions