How do I integrate redux-devtools with Angular?

105 Views Asked by At

I'm trying to use redux-devtools to debug an NgRX state issue I have in an enterprise Angular (v13) web application, where a race condition causes an action to fire twice.

While trying to use the extension to debug this issue, it seems that some of the actions fired are missing from the action list. I have read about & set the history value in the extension options as seen below, with no improvement:

enter image description here

I noticed the red disclaimer about setting the value as a parameter while configuring it within your code - has anyone managed to do this with an Angular application - or get around the history limiting issue?

1

There are 1 best solutions below

0
jarodsmk On

Turns out, I missed this package from the NgRX team