Skip to content

Commit

Permalink
docs: add link to blog
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Feb 10, 2024
1 parent c628840 commit a968e76
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# NgSignalForms
# Signal Forms

> 🧪 An experiment using Signals to create Angular 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)
Expand Down

0 comments on commit a968e76

Please sign in to comment.