ngx-multi-window is a cloud-based cross-window communication for multi-window angular applications.
how to handle session in multiple tabs in a browser in angular, angular crosstab communication, angular share data between browser tabs, angular multiple browser tabs
Features:
- Send messages between different tabs/windows running the angular app.
- Receive notification message to send tab/window.
- Auto-detect/registration new tabs/windows.
How to make use of it:
Install
npm install ngx-multi-window --save
Then add the MultiWindowModule to the imports array of your application module:
import {MultiWindowModule} from 'ngx-multi-window'; @NgModule({ imports: [ /* Other imports here */ MultiWindowModule ] }) export class AppModule { }
cross-window/tab communication in angular, ngx-multi-window Plugin/Github, cross tab communication
See Demo And Download
Official Website(Nolanus): Click Here
This superior jQuery/javascript plugin is developed by Nolanus. For extra advanced usage, please go to the official website.