DEV Community

Jarod Smith
Jarod Smith

Posted on • Originally published at jarodms.com on

Example Angular 8 with NgRx and Redux DevTools

This was a fun little example and can be used as a template to get started with other projects using Angular 8, NgRx, and Ionic 4.

Here’s what is used:

  • Angular 8
  • NgRx Store 8.3.0
  • NgRx Store DevTools 8.3.0
  • For fun, Ionic 4.7.1

Redux DevTools in action

To build and run this example, clone the GitHub repo here: https://github.com/jarodms/ionic4-angular8-ngrx-example

You will also need to install the Redux DevTools Chrome extension:

Thanks to https://alligator.io/angular/ngrx-store-redux-devtools/ for the Redux DevTools setup info.

The post Example Angular 8 with NgRx and Redux DevTools appeared first on JarodMS.

Top comments (0)