79600367

Date: 2025-04-30 13:07:26
Score: 1.5
Natty:
Report link

I think you got the response in your question, because when you open your Angular app in Tab A and Tab B, each tab runs its own instance of the app. So each tab runs its own ngrx state, own javascript runtime, but share the same localstorage browser built API variable since localstorage is per origin (it means localstorage is shared across all windows/tabs of the same website).

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: HIDYCOMTYC