Form Validation

Angular Custom Validation Demo

Help users fix input errors as soon as they are detected. Disable the submission of a form if errors are detected, and if detected only after form submission, clearly explain the error and how to fix it.

required error

minlength error

maxlength error

pattern error - try cccccc

base64 error

creditCard error

date error

dateISO error

maxDate error

minDate error

digits error

email error

equal error

notEqual error

greater than error

greater than equal error

less than error

less than equal error

json error

max error

min error

number error

phone error

range error

rangeLength error

url error

uuid error

Confirm password

equalTo error

Cannot reuse old password

notEqualTo error