Angular 2+ WebSocket wrapper with RxJS Subject streams. Version 0.9.8 (latest since 2019) is built against Angular 2 and RxJS 5/6. Provides automatic reconnect, send modes (Direct, Observer, Promise), and binary type configuration. Differs from angular-websocket by targeting Angular 2+ with TypeScript. Requires peer dependencies: core-js, reflect-metadata, TypeScript 3.2, zone.js.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Path must include full module path ending in 'angular2-websocket', not the package root.
Same path requirement as $WebSocket.
RxJS 6 uses { Subject } from 'rxjs'; RxJS 5 path is deprecated.
Basic usage: connect to a WebSocket, send a message, and handle incoming data using RxJS streams.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.
No traffic data recorded yet.