I've done some extensive research on this topic, but unfortunately, I couldn't find anything that directly addresses my query. With regards to Angular 2+ (preferably v5.4.2), I am curious to know if the following scenario is achievable.
Allow me to present a brief use case:
- In my application, there are multiple routes,
- I open one browser window on app/route1 (window1),
- I open a second browser window on app/route2 (window2),
- There is a user input field on window2,
- I want to update data or UI on window1 based on the input from window2.
Once again, I'm unsure if this functionality is even possible. So, even a straightforward "You can't" response would be appreciated.
Thank you.