https://github.com/jdegand/signal-form
Angular Signal Form for password and confirm password form group
https://github.com/jdegand/signal-form
angular angular-signals
Last synced: about 2 months ago
JSON representation
Angular Signal Form for password and confirm password form group
- Host: GitHub
- URL: https://github.com/jdegand/signal-form
- Owner: jdegand
- Created: 2024-02-27T03:42:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T03:44:38.000Z (over 2 years ago)
- Last Synced: 2025-03-15T19:49:16.452Z (over 1 year ago)
- Topics: angular, angular-signals
- Language: TypeScript
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Signal Form
## Built with
- [Angular](https://angular.dev)
- [Angular CLI](https://github.com/angular/angular-cli) version 17.0.7.
- [Ng Signal Forms](https://github.com/timdeschryver/ng-signal-forms)
## Thoughts
- Testing a template driven form is more difficult than a reactive form. Same case here?
## Useful Resources
- [Github](https://github.com/angular/angular/issues/50466) - Signals : effect() is not triggered for unit tests
- [Dev.to](https://dev.to/angular/make-sure-you-do-this-before-switching-to-signals-27m9) - make sure you do this before switching to signals