1.0.6 • Published 6 years ago

ng-window-messenger v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Installation

npm i ng-window-messenger -S

How to use

import { WindowMessengerService } from 'ng-window-messenger';

msgService: WindowMessengerService;

constructor () {
    this.msgService = new WindowMessengerService(window);
    this.msgService.sendMessage({ messageType: 'open', content: 'just a test'});
}
1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago