Managing State with NgRx
NgRx is a tool you can use to control all of the state management in your application. This allows you to have more presentational components, further accelerating the application.
We'll cover the following...
Managing State
As you’ve just seen, handling state in an application can be tricky, ...