UNPKG

ng2-cable

Version:

Easily integrate Rails' ActionCable into your Angular2/4/ionic2/3 application.

19 lines 596 B
import { NgModule } from '@angular/core'; import { Ng2Cable } from './ng2-cable'; import { Broadcaster } from './broadcaster'; export var Ng2CableModule = (function () { function Ng2CableModule() { } Ng2CableModule.decorators = [ { type: NgModule, args: [{ providers: [ Ng2Cable, Broadcaster ] },] }, ]; /** @nocollapse */ Ng2CableModule.ctorParameters = function () { return []; }; return Ng2CableModule; }()); //# sourceMappingURL=ng2-cable.module.js.map