Seeking your advice on effective ways of sharing data in between multiple angular apps (not multiple apps in one project. multiple war file).
- Local storage has few limitations
- Url driven approach is not good for keeping json like data
Can i have the best possible options ?
Thanks Nuwan