Skip to content

Commit

Permalink
fix(websocket): export WebSocketSubject, WebSocketSubjectConfig from …
Browse files Browse the repository at this point in the history
…rxjs/websocket (#3557)
  • Loading branch information
Delagen authored and benlesh committed Apr 13, 2018
1 parent c9570df commit c365405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/websocket/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { webSocket as websocket } from '../internal/observable/dom/webSocket';
export { WebSocketSubject, WebSocketSubjectConfig } from '../internal/observable/dom/WebSocketSubject';

0 comments on commit c365405

Please sign in to comment.