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.

5 lines (4 loc) 98 B
export declare class Subscription<T> { groupId: string; callback: (payload: T) => void; }