Search⌘ K
AI Features

DevTools for Debugging NgRx

Explore how to effectively debug NgRx state in Angular applications by setting up and using Redux DevTools and the @ngrx/store-devtools package to inspect states and track actions.

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 ...