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
- Host: GitHub
- URL: https://github.com/gregonnet/ng-template-driven-forms-valibot
- Owner: GregOnNet
- Created: 2023-08-01T03:58:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T19:42:34.000Z (about 2 years ago)
- Last Synced: 2024-05-02T05:39:02.225Z (about 2 years ago)
- Language: TypeScript
- Size: 752 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```