...

/

Setting Up the Initial States

Setting Up the Initial States

Learn how to define and organize the initial states of an Angular module.

We'll cover the following...

Introduction

While working with NgRx, we should decide carefully which states are we going to keep in the store. If we put unnecessary data in the store, our application ...