Skip to content

angularexample/angular20-signal-state

Repository files navigation

Angular20SignalState

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.

Demo Overview

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.

Development server

To start a local development server, run:

ng serve

Project Setuo

Install Angular Material

ng add @angular/material

About

Angular 20 State Management using Signals. Follows Redux pattern. State Management without NgRx.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published