Run Locally
Install the package and start the DevTool server alongside your Angular application.
Terminal 1 - start the DevTool server:
npx ngrx-devtool
Terminal 2 - start your Angular app:
ng serve
Then open the DevTool UI at http://localhost:3000.
Install the package and start the DevTool server alongside your Angular application.
Terminal 1 - start the DevTool server:
npx ngrx-devtool
Terminal 2 - start your Angular app:
ng serve
Then open the DevTool UI at http://localhost:3000.