UNPKG

ngx-actioncable

Version:

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

10 lines (9 loc) 569 B
import { NgxActionCableConfiguration } from './ngx-action-cable-configuration'; import { ModuleWithProviders } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NgxActionCableModule { static forConfig(configurationFactory: () => NgxActionCableConfiguration): ModuleWithProviders<NgxActionCableModule>; static ɵfac: i0.ɵɵFactoryDeclaration<NgxActionCableModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgxActionCableModule, never, never, never>; static ɵinj: i0.ɵɵInjectorDeclaration<NgxActionCableModule>; }