List some of the built-in validators in angularjs?



List some of the built-in validators in angularjs?..

Answer / Neelkamal Yadav

AngularJS provides several built-in directive validators, including required, minlength, maxlength, min, max, email, url, and pattern. These validators can be used to ensure user input meets certain criteria.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

How to use ng-if/else in angular js?

1 Answers  


Write all the steps to configure an angular app(ng-app).

1 Answers  


What is the difference between $scope and scope in angular?

1 Answers  


What classes should I not add to module's declarations?

1 Answers  


What is ng-content directive in angular?

1 Answers  


What is scope hierarchy in angularjs?

1 Answers  


What is the role of ng-app, ng-init and ng-model directives?

1 Answers   Xoriant,


What is use of $routeprovider in angular js?

1 Answers  


How to share information between controllers in AngularJS?

1 Answers  


What is ng-app in angularjs?

1 Answers  


What is ecmascript ?

1 Answers  


If both factory and service are equivalent, then when should I use them?

1 Answers  


Categories