Rename message-types stuff to comply angular naming conventions

This commit is contained in:
Kristóf Tóth
2018-06-02 17:31:51 +02:00
parent d99853d88e
commit 1b4c7a1f0f
20 changed files with 30 additions and 30 deletions

View File

@ -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[]) {