mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-12 16:06:23 +00:00
Move all message types to a standardised location
This commit is contained in:
@ -3,10 +3,10 @@
|
||||
|
||||
import { Injectable } from '@angular/core';
|
||||
import { WebSocketService } from './websocket.service';
|
||||
import { ProcessLogCommand } from './processlog-command';
|
||||
import { ProcessLogCommand } from '../message.types/process.log.command';
|
||||
import { config } from '../config';
|
||||
import { BehaviorSubject } from 'rxjs/BehaviorSubject';
|
||||
import { LogMessage } from './log.message';
|
||||
import { LogMessage } from '../message.types/log.message';
|
||||
|
||||
@Injectable()
|
||||
export class ProcessLogService {
|
||||
|
Reference in New Issue
Block a user