microframework-event-dispatcher.ts
0.1.1 • Public • Published Event-Dispatcher.ts module for Microframework
Adds integration between event-dispatcher.ts and
microframework.
Usage
-
Install module:
npm install --save microframework-event-dispatcher.ts
-
Simply register module in the microframework when you are bootstrapping it.
import {MicroFrameworkBootstrapper} from "microframework/MicroFrameworkBootstrapper";
import {EventDispatcherTsModule} from "microframework-event-dispatcher.ts/EventDispatcherTsModule";
new MicroFrameworkBootstrapper({ baseDirectory: __dirname })
.registerModules([
new EventDispatcherTsModule()
])
.bootstrap()
.then(result => console.log('Module is running. Subscribers can be used now'))
.catch(error => console.error('Error: ', error));
-
ES6 features are used, so you may want to install es6-shim too:
npm install es6-shim --save
you may need to require("es6-shim");
in your app.
-
Now you can use event-dispatcher.ts module in your microframework.
Todos
- cover with tests
- add more docs
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
0.1.1 | 0 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
0.1.1 | 0 | |
0.1.0 | 0 | |
0.0.5 | 0 | |
0.0.4 | 0 | |
0.0.3 | 0 | |
Package Sidebar
Install
npm i microframework-event-dispatcher.ts
Weekly Downloads