UNPKG

ngx-actioncable

Version:

Library for real-time communication over websockets with Rails ActionCable.

6 lines (5 loc) 171 B
export declare class NgxActionCableConfiguration { urls: Map<string, string>; constructor(key: string, url: string); addUrl(key: string, url: string): void; }