Averos Validator Description


When an entity member (aka-field) is subject to validation(s), a FieldValidator instance should be attached to it with all the validation description needed to accurately perform the required value control.

An entity field may have one or several validators, either predefined, such as angular default validators, or customized such as user predefined validators.
The view layout of a field whose subject to custom validations should be aware of its validator- aka “Averos Validator” as well its validating method.

🙋‍♂️ Please refer to Averos Validator Service section for further details about how to create a user predefined validator.