Search⌘ K
AI Features

Setting Up DevTools

Explore how to set up the Redux DevTools browser extension and integrate the @ngrx/store-devtools module into your Angular app. Understand key configuration options like name, maxAge, and logOnly to optimize debugging and state management.

Let’s configure the Redux DevTools by following the steps below.

Redux DevTools setup

To install the Redux DevTools browser extension, go to the URLs below for the respective browsers:

The Redux DevTools icon will appear in the browser’s menu bar once the extension has been installed properly. The icon’s color will be gray if the extension doesn’t detect any Redux states ...