Reactive Stores realized with NgRx.
- Prefix "ensure" (ex. ensureProductsLoaded): Ensures that the Entities are loaded, i.e. if they are already present, no new http request is made.
- Don't export too much. E.g., "loadProductsSuccess" is not relevant outside the lib, so it shouldn't be exported.