NgRx Store in browser memory #3309
-
We are working on a project where we would like to open multiple angular apps from a central .NET application, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The store doesn't local/session storage, but all of the entities are stored in memory. |
Beta Was this translation helpful? Give feedback.
The store doesn't local/session storage, but all of the entities are stored in memory.
I suppose you can calculate it by using the memory profiler or by subscribing to the store to select the whole state tree.
That being said, I would be amazed if this causes to be a problem.