mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-03 21:06:23 +00:00
Rename message-types stuff to comply angular naming conventions
This commit is contained in:
@ -6,7 +6,7 @@ import { QueueingSubject } from './queueing-subject';
|
||||
import { Observable } from 'rxjs';
|
||||
import websocketConnect from 'rxjs-websockets';
|
||||
import { filter, map, share } from 'rxjs/operators';
|
||||
import { WebSocketMessage } from '../message.types/websocket.message';
|
||||
import { WebSocketMessage } from '../message-types/websocket-message';
|
||||
|
||||
|
||||
function jsonWebsocketConnect(url: string, input: Observable<object>, protocols?: string | string[]) {
|
||||
|
Reference in New Issue
Block a user