Skip to content

NafezDeeb/ngrx-example

 
 

Repository files navigation

ngrx-example

Vercel Sonarcloud Quality Gate Status ngrx-example CI Status

This repository contains the NgRx example for the following blog post: What is NgRx and why is it used in Angular apps?

Screenshot ngrx-example demo

Demo: https://ngrx-example.vercel.app

This example will help you understand how to use the NgRx framework.

From a business perspective, it is a product catalog with a shopping cart. You can add items to the cart and then remove them.

It contains the following technical aspects:

  • Using Store, Actions / ActionGroups, Selectors, Reducers, and Effects in an Angular application.
  • Introduction of feature stores.
  • Sample tests for these NgRx elements.

In addition to Angular Framework and NgRx, it uses the following supporting frameworks & tools:

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.8%
  • HTML 8.8%
  • JavaScript 3.8%
  • SCSS 3.6%