diff --git a/website/docs/community_resources/integrations.md b/website/docs/community_resources/integrations.md index e16e59497..9e5f9abcc 100644 --- a/website/docs/community_resources/integrations.md +++ b/website/docs/community_resources/integrations.md @@ -4,6 +4,11 @@ sidebar_position: 1 # Custom Integrations +## ngx-vest-forms - Angular + +[ngx-vest-forms](https://github.com/simplifiedcourses/ngx-vest-forms) - +A very lightweight adapter for Angular template-driven forms and Vest. This package gives us the ability to create unidirectional forms without any boilerplate. It is meant for complex forms with a high focus on complex validations and conditionals. + ## React-Hook-Form Vest resolver [React Hook Form](https://react-hook-form.com/api/useform/#validationResolver) - One of the most popular libraries for form in React, has a resolver for integration with Vest.