Search⌘ K

Summary: NgRx Fundamentals

Understand the fundamental concepts of NgRx and how to implement its core features like actions, reducers, and selectors. This lesson guides you through setting up a complete NgRx state management workflow in Angular for reactive application development.

In this chapter, we learned about NgRx and its fundamental features such as actions, reducers, and stores. We also learned how to implement those features gradually.

What is NgRx?

NgRx is a framework that implements the Redux pattern to build reactive applications in Angular.

NgRx state-management

...