Angular - Template-Driven Forms
In Angular template-driven forms, which attribute is used to check if an input value matches a specific pattern?
pattern attribute allows specifying a regular expression that the input value must match.maxlength and minlength control length, not pattern. disabled disables input.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions