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.

9 lines (8 loc) 176 B
export declare class Message<T> { payload: T; groupId: string; recipientIds: string[]; publisherId?: string; timeGenerated?: Date; metadata?: string; }