UNPKG

ngx-message-bus

Version:

Messaging system for angular 11.x application. It allows communication between components and modules. Direct messages, messages by types and broadcasting.

6 lines (5 loc) 119 B
export declare class Listener { subscriberId: string; groupId: string; callback: (payload: any) => void; }