https://github.com/timdeschryver/ng-signal-forms
https://github.com/timdeschryver/ng-signal-forms
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/timdeschryver/ng-signal-forms
- Owner: timdeschryver
- Created: 2023-03-11T12:45:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T17:11:38.000Z (6 months ago)
- Last Synced: 2025-04-02T08:22:35.603Z (27 days ago)
- Language: TypeScript
- Size: 1010 KB
- Stars: 143
- Watchers: 7
- Forks: 11
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-angular - ng-signal-forms - Signal powered Angular Forms. (Table of contents / Third Party Components)
- fucking-awesome-angular - ng-signal-forms - Signal powered Angular Forms. (Table of contents / Third Party Components)
- fucking-awesome-angular - ng-signal-forms - Signal powered Angular Forms. (Table of contents / Third Party Components)
README
# Signal Forms
Creating signal powered Angular Forms.
> [!NOTE]
> More information can be found on my blog [Bringing the power of Signals to Angular Forms with Signal Forms](https://timdeschryver.dev/blog/bringing-the-power-of-signals-to-angular-forms-with-signal-forms), which currently serves as the documentation for this library.To get started, install the library by running the following command.
```bash
npm install ng-signal-forms
```[](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=612602162)
[](https://stackblitz.com/github/timdeschryver/ng-signal-forms)## Getting started with GitHub Codespaces
To get started, create a codespace for this repository by clicking this 👇
[](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=612602162)
A codespace will open in a web-based version of Visual Studio Code. The [dev container](.devcontainer/devcontainer.json) is fully configured with software needed for this project.
**Note**: Dev containers is an open spec which is supported by [GitHub Codespaces](https://github.com/codespaces) and [other tools](https://containers.dev/supporting).