I've searched about this topic but couldn't find anything relevant. I would like to know if, using Angular 2+ (optimally v5.4.2), something like this is possible.
Let me define a quick use case :
- I have an app with multiple routes,
- open a browser on app/route1 (window1),
- open a second browser window on app/route2 (window2)
- have a user input on window2
- change data/ui on window1 according to the previous input.
Again, I don't even know if that is possible so even a simple "You can't" is ok with me.
Thanks.