Introduction to the NgRx Store
Discover the basics of the NgRx Store, the central tool for managing application state in Angular. Understand how to organize state into feature slices and learn the fundamental role of @ngrx/store as the single source of truth for app state.
We'll cover the following...
We'll cover the following...
What is @ngrx/store?
Although NgRx provides several libraries, @ngrx/store is the only one required to work with NgRx in an Angular application. The @ngrx/store library provides a ...