Example shows how to use Angular Signals to manage state in Angular 20, following the Redux pattern.
This project was generated using Angular CLI version 20.2.2.
The demo has four pages:
- Home - List of features in this code example
- Users - List of users
- Posts - List of posts for selected user
- Post Edit - Update a selected post
The demo uses a simple REST API to fetch data.
To start a local development server, run:
ng serve
ng add @angular/material