Additional NgRx Libraries

Let's learn about the other libraries provided by NgRx.

In this course, we already learned about the following NgRx libraries:

  • @ngrx/store
  • @ngrx/effects
  • @ngrx/store-devtools

Let’s learn briefly about some other NgRx libraries.

The @ngrx/router-store library

When navigating between pages in an Angular application, we frequently need to perform the following tasks:

  • We need to perform actions before, after, or during the navigation. ...

Get hands-on with 1400+ tech skills courses.