mirror of https://github.com/abpframework/abp
parent
23687af032
commit
35e3f8e1b5
@ -1,5 +1,9 @@
|
||||
# Form Validation
|
||||
|
||||
Reactive forms in ABP Angular UI are validated by [ngx-validate](https://www.npmjs.com/package/@ngx-validate/core) and helper texts are shown automatically based on validation rules and error blueprints. You do not have to add any elements or components to your templates. The library handles that for you. Here is how the experience is:
|
||||
|
||||
<img alt="The ngx-validate library validates an Angular reactive form and an error text appears under each wrong input based on the validation rule and the error blueprint." src="./images/form-validation---error-display-user-experience.gif" width="990px" style="max-width:100%">
|
||||
|
||||
## What's Next?
|
||||
|
||||
- [Settings](./Settings.md)
|
||||
|
After Width: | Height: | Size: 906 KiB |
Loading…
Reference in new issue