UNPKG

ngx-actioncable

Version:

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

59 lines 1.55 kB
{ "name": "ngx-actioncable", "version": "4.0.0", "license": "MIT", "author": "Robert Wurm", "homepage": "https://github.com/wurmrobert/ngx-actioncable#readme", "private": false, "keywords": [ "cable", "ActionCable", "ngx-actioncable", "Angular-cable", "Rails", "rails", "Cable", "Angular2", "Angular4", "Angular5", "Angular13", "ionic2", "ionic2-cable", "Rails5", "Action Cable" ], "dependencies": { "@angular/animations": "13.3.4", "@angular/common": "13.3.4", "@angular/compiler": "13.3.4", "@angular/core": "13.3.4", "@angular/forms": "13.3.4", "@angular/platform-browser": "13.3.4", "@angular/platform-browser-dynamic": "13.3.4", "@angular/router": "13.3.4", "actioncable": "^5.2.4", "rxjs": "7.5.5", "zone.js": "0.11.5", "tslib": "^2.3.0" }, "module": "fesm2015/ngx-actioncable.mjs", "es2020": "fesm2020/ngx-actioncable.mjs", "esm2020": "esm2020/ngx-actioncable.mjs", "fesm2020": "fesm2020/ngx-actioncable.mjs", "fesm2015": "fesm2015/ngx-actioncable.mjs", "typings": "ngx-actioncable.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./ngx-actioncable.d.ts", "esm2020": "./esm2020/ngx-actioncable.mjs", "es2020": "./fesm2020/ngx-actioncable.mjs", "es2015": "./fesm2015/ngx-actioncable.mjs", "node": "./fesm2015/ngx-actioncable.mjs", "default": "./fesm2020/ngx-actioncable.mjs" } }, "sideEffects": false }