API Reference
Rockets Core API
nestjs-event
README

Rockets NestJS Events

Advanced class based event dispatch/listener module.

This module extends/wraps the eventemitter2 (opens in a new tab) module.

The goal is to enable a pattern where modules can export re-usable events and listener classes that can be easily consumed by their dependent modules.

Project

NPM Latest (opens in a new tab) NPM Downloads (opens in a new tab) GH Last Commit (opens in a new tab) GH Contrib (opens in a new tab) NestJS Dep (opens in a new tab)

Installation

yarn add @concepta/nestjs-event

TODO

  • Add class/method decorators