angular.validator

Work in Progress This page is currently being revised. It might be incomplete or contain inaccuracies.

Most of the built-in angular validators are used to check user input against defined types or patterns. You can easily create your own custom validators as well.

Following is the list of built-in angular validators:

For more information about how angular validators work, and how to create your own validators, see Understanding Angular Validators in the angular Developer Guide.