diff --git a/README.md b/README.md index e2ddcc0ab..c867f7e92 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,8 @@ Here are some code sandboxes to get you started: - [Vue](https://codesandbox.io/s/vue-vest-5-d1g236?file=/src/suite.js) - [Svelte](https://codesandbox.io/s/svelte-vest-5-imnq9z?file=/suite.js) - [Vanilla](https://codesandbox.io/s/vest-vanilla-js-vest-5-3v4pqk?file=/src/suite.js) -- [Angular](https://github.com/wardbell/ngc-validate) (by @wardbell) +- [Angular](https://stackblitz.com/~/github.com/simplifiedcourses/template-driven-forms) + - with an accompanying [walk-through](https://blog.simplified.courses/i-opensourced-my-angular-template-driven-forms-solution/) and [course](https://www.simplified.courses/complex-angular-template-driven-forms) by (by @brechtbilliet) # Contribute diff --git a/website/docs/community_resources/tutorials.md b/website/docs/community_resources/tutorials.md index a510012c0..3a0b5f4c4 100644 --- a/website/docs/community_resources/tutorials.md +++ b/website/docs/community_resources/tutorials.md @@ -4,6 +4,8 @@ sidebar_position: 2 # Tutorials and learning resources +- [Advanced Template-driven forms course](https://www.simplified.courses/complex-angular-template-driven-forms) Stop writing boilerplate code in Angular forms, Angular course by [@brechtbilliet](https://twitter.com/brechtbilliet). + - [Angular + Vest](https://www.youtube.com/watch?v=EMUAtQlh9Ko) = "Form validation Done Right" by Ward Bell in ng-cof 2022. [Github repo](https://github.com/wardbell/ngc-validate). - [AgnosticUI + Vest](https://developtodesign.com/agnosticui-examples) - Demo form using Svelte package of [AgnosticUI](https://agnosticui.com/) — a UI component library that works with React, Vue 3, and Svelte — with Vest for form validation.