Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timdeschryver/ng-signal-forms
https://github.com/timdeschryver/ng-signal-forms
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/timdeschryver/ng-signal-forms
- Owner: timdeschryver
- Created: 2023-03-11T12:45:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T18:57:24.000Z (about 1 month ago)
- Last Synced: 2024-11-04T19:43:14.575Z (about 1 month ago)
- Language: TypeScript
- Size: 1000 KB
- Stars: 127
- Watchers: 7
- Forks: 10
- 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
```[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=612602162)
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](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 👇
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](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).