DevAmmadAli / Task-Management-System-Angular

This is a Task Management System built using Angular. It allows you to manage and track tasks, deadlines, and progress.
https://devammadali.github.io/Task-Management-System-Angular/
0 stars 0 forks source link

Create the NGRX Store into app to manage the global state. #2

Open DevAmmadAli opened 2 months ago

DevAmmadAli commented 2 months ago

Code Structure for NGRX, Actions:

image

Effects:

image

Reducers:

image

Selectors:

image

State Service:

image