Imagine I am logged in to a web application on www.website.com and have multiple tabs open with the same domain in one browser. Is it possible for an Angular app to automatically close all other tabs related to www.website.com when I log out of just one tab?
If this is possible, what would be the most effective solution using Angular or JavaScript?
Appreciate any help you can provide.