1.0.6 • Published 7 years ago

ng-window-messenger v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago