https://github.com/serenasensini/theredcode-angular-validators
TheRedCode.it - Esempio di utilizzo dei Validators con Angular e Reactive Form
https://github.com/serenasensini/theredcode-angular-validators
Last synced: 3 months ago
JSON representation
TheRedCode.it - Esempio di utilizzo dei Validators con Angular e Reactive Form
- Host: GitHub
- URL: https://github.com/serenasensini/theredcode-angular-validators
- Owner: serenasensini
- Created: 2024-11-08T11:07:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T11:08:46.000Z (about 1 year ago)
- Last Synced: 2025-10-04T23:42:38.173Z (3 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TheRedCode.it - Angular Validators
Questo progetto è stato generato con [Angular CLI](https://github.com/angular/angular-cli) versione 18.2.11.
Mostra come implementare i Validators all'interno di un Reactive Form con un esempio di campo obbligatorio, uno con regex e uno custom.
## Server di sviluppo
Esegui `ng serve` per un server di sviluppo. Vai su `http://localhost:4200/`. L'applicazione si ricaricherà automaticamente se modifichi uno qualsiasi dei file sorgente.