NgRx is a framework developed and maintained by the official Angular team . NgRx stands for Angular Reactive Extensions. In short, it is a state management system based on the Redux pattern. This will help us to manage the application state in a bigger angular application.29 Eki 2021
Read moreWhat is an Angular state?
What is state? State is basically everything that will define the UI that our user will be using . State could be whether a button should be visible or not, it could be the result of that button click and it could also be an Array of users that is coming from an API.
Read more