If I have two Angular apps running on separate ports, and app 1 adds something to the store, can app 2 retrieve it provided app 2 knows the exact name of the state getting added to the store?
If so, is there anything particular(outside of normal store setup) that app 2 needs to do to be able to access the store?