DevTools for Debugging NgRx
Get introduced to the different developer tools that debug NgRx.
We'll cover the following
Introduction
To understand what’s happening with our application and store, we require certain debugging tools. Previously, in order to see what actions were being dispatched, we had to use console.log
to log our actions in the reducers. Now let’s start utilizing the available debugging tools with NgRx.
Get hands-on with 1400+ tech skills courses.