Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ibteasm Ahmed c02fbc5db1
Add angular content for state management (#2107)
2 years ago
..
100-ngxs.md Add angular content for state management (#2107) 2 years ago
101-ngrx.md Add angular content for state management (#2107) 2 years ago
readme.md Add angular content for state management (#2107) 2 years ago

readme.md

State Management

Application state management is the process of maintaining knowledge of an application's inputs across multiple related data flows that form a complete business transaction -- or a session -- to understand the condition of the app at any given moment. In computer science, an input is information put into the program by the user and state refers to the condition of an application according to its stored inputs -- saved as variables or constants. State can also be described as the collection of preserved information that forms a complete session.

Free Content

What is State Management? Angular state management made simple with NgRx Angular State Management with NgRx