An open API service indexing awesome lists of open source software.

https://github.com/gregonnet/ng-template-driven-forms-valibot


https://github.com/gregonnet/ng-template-driven-forms-valibot

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

> [!IMPORTANT]
> If you are interested in Template Driven Forms meeting valibot,
> please habe a look at the repository [talk-angular-template-driven-forms](https://github.com/GregOnNet/talk-angular-template-drive-forms).
> There you find a more advanced setup.

# Template Driven Forms with Valibot

## Features

- ✅ Automates validation
- ✅ Supports asynchronous validation
- ✅ Showcases use with Angular Material
- 🏃🏻‍♂️ Showcases Arrays
- 🏃🏻‍♂️ Showcases Conditional Form-Elements

## Get Started

```bash
npm install

npm start
```