UNPKG

ngx-table-powerfull

Version:

Table with catalog of functionalities for free use based on the ngx-datatable component and other components

15 lines (14 loc) 354 B
import { Subject } from 'rxjs'; declare class Queue<T> { name: string; event: Subject<T>; constructor(name: string); } export declare class NotificationNgxService { private queues; constructor(); private create_queue; raise<T>(name: string, event: T): Queue<T>; on<T>(name: string): Subject<T>; } export {};