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

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

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