Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 367 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 367 Bytes

Store

Reactive Stores realized with NgRx.

Basic terminology

  • Prefix "ensure" (ex. ensureProductsLoaded): Ensures that the Entities are loaded, i.e. if they are already present, no new http request is made.

Basic rules

  • Don't export too much. E.g., "loadProductsSuccess" is not relevant outside the lib, so it shouldn't be exported.