Skip to content

madhurajayashanka/ngrx-tut

Repository files navigation

NgRx: Angular State Management

This repository serves as a practical guide to implementing state management in Angular applications using NgRx. As Angular applications grow in complexity, managing state becomes a crucial aspect, and NgRx offers a robust solution.

Medium Article

For a comprehensive understanding of the concepts covered here, please refer to the Medium article: NGRX: Angular State Management Beginner's Guide

Repository Structure

src
├── app
│   ├── counter
│   │   ├── counter.component.html
│   │   ├── counter.component.scss
│   │   ├── counter.component.spec.ts
│   │   └── counter.component.ts
│   ├── states
│   │   ├── counter
│   │   │   ├── counter.actions.ts
│   │   │   ├── counter.reducer.ts
│   │   │   └── counter.selector.ts
│   │   └── app.state.ts
│   ├── app.component.html
│   └── app.module.ts

Getting Started

  1. Clone this repository:

    git clone https://github.com/madhurajayashanka/ngrx-tut
  2. Install dependencies:

    npm install
  3. Run the Angular application:

    ng serve

Visit http://localhost:4200/ to view the Counter App in action.


For a detailed walkthrough, refer to the Medium article.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published