Asynchronous Form Validation For Angular Applications – Validity

Author: 2Toad
Official Page: Go to website
Publish Date: December 10, 2015
License: MIT

Description:

Angular-Validity is a deferred asynchronous validation framework for Angular applications.

There are often multiple controls on a form that need to be validated. Often each control will have multiple rules. Validating the controls and rules synchronously, one after the other, is inefficient. Angular-Validity validates all controls and all of the control’s rules at the same time. That’s really fast and really good UX.

Your custom validation rules can be functions. These functions are automagically wrapped in promises. This gives you the power to make asynchronous calls to external API’s within your validators, all without disrupting the UX.

Preview:

Validity


You Might Be Interested In:

Add Comment