mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-02 04:36:24 +00:00
Move all message types to a standardised location
This commit is contained in:
@ -1,9 +0,0 @@
|
||||
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||
// All Rights Reserved. See LICENSE file for details.
|
||||
|
||||
export interface ConsoleCommand {
|
||||
command: string;
|
||||
content?: string;
|
||||
showLiveLogs?: boolean;
|
||||
rewriteContentWithProcessLogsOnDeploy?: string;
|
||||
}
|
@ -3,10 +3,10 @@
|
||||
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
import { WebSocketService } from '../services/websocket.service';
|
||||
import { ConsoleCommand } from './console-command';
|
||||
import { ConsoleCommand } from '../message.types/console.command';
|
||||
import { config } from '../config';
|
||||
import { ProcessLogService } from '../services/processlog.service';
|
||||
import { LogMessage } from '../services/log.message';
|
||||
import { LogMessage } from '../message.types/log.message';
|
||||
|
||||
@Component({
|
||||
selector: 'app-console',
|
||||
|
Reference in New Issue
Block a user