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

https://github.com/whiteducksoftware/angular-signals-in-v17-a-revolution

Demo for the "Angular Signals in v17 - A revolution?" blog post.
https://github.com/whiteducksoftware/angular-signals-in-v17-a-revolution

angular reactivity rxjs signals v17

Last synced: about 1 year ago
JSON representation

Demo for the "Angular Signals in v17 - A revolution?" blog post.

Awesome Lists containing this project

README

          

# Demo for the "Angular Signals in v17 - A revolution?" blog post

The code in this repository is a demo for the blog post [Angular Signals in v17 - A revolution?](https://whiteduck.de/angular-signals-in-v17-a-revolution/).

It is located in the `./angular-signals-demo` subfolder and can be run standalone as it includes mocked api calls.

Have fun exploring Signals on your own 🚀

## How to run the demo

Assumes a working Node.js installation.

1. Clone the repository
2. Run `npm install` in the `./angular-signals-demo` subfolder
3. Run `npm start` in the `./angular-signals-demo` subfolder
4. Open `http://localhost:4200` in your browser