The code in this repository is a demo for the blog post 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 🚀
Assumes a working Node.js installation.
- Clone the repository
- Run
npm install
in the./angular-signals-demo
subfolder - Run
npm start
in the./angular-signals-demo
subfolder - Open
http://localhost:4200
in your browser