Skip to main content

State Visualization

Explore your application state with a tree-based JSON viewer.

Tree view

The state viewer provides an interactive tree representation of your entire NgRx store state. You can:

  • Expand and collapse nested objects
  • Search through the state tree
  • Copy values to clipboard
  • View raw JSON

State snapshots

Navigate through the action history and see the state at any point in time:

  • Click on any action to see the state after it was processed
  • Compare state between different points in time
  • Export state snapshots for debugging
tip

Use the search functionality to quickly find specific values deep in your state tree.