Added content to custom-validators topic (#6457)
* Added content to custom-validators topic * Update src/data/roadmaps/angular/content/custom-validators@kxRtLsB3y_th8j-HjmJgK.md --------- Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>pull/6458/head
parent
88ab6abbe4
commit
367d387890
1 changed files with 8 additions and 1 deletions
@ -1 +1,8 @@ |
||||
# Custom Validators |
||||
# Custom Validators |
||||
|
||||
Custom validators in Angular are functions that allow you to define your own validation logic for form controls. They are used when the built-in validators (like `required`, `minLength`, etc.) do not meet your specific validation requirements. A custom validator is a function that returns either `null` if the form control is valid, or an object that represents the validation error if it is invalid. This object typically contains a key-value pair where the key is the error name and the value is a boolean or some details about the error. |
||||
|
||||
Learn more from the following resources: |
||||
|
||||
-[@official@Defining custom validators](https://v17.angular.io/guide/form-validation#custom-validators) |
||||
-[@video@How to create custom validator in Angular 17](https://youtu.be/3TwmS0Gdg9I?si=1w4EX-HifJ70-CxT) |
||||
|
Loading…
Reference in new issue