angular-formly: Custom Validation

InstructorKent C. Dodds

Share this video with your friends

Send Tweet

AngularJS validation can be tough, but angular-formly makes it extremely simple with a single validation API that enables basic and advanced field validation. You can specify a string expression, function that returns true/false, or a function that returns a promise which is resolved/rejected.