mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-03 11:52:40 +00:00
Fix typo
This commit is contained in:
parent
ab43fdd70f
commit
b1b6ee5151
@ -65,4 +65,5 @@ import { MonacoEditorModule } from 'ngx-monaco-editor';
|
|||||||
AppComponent
|
AppComponent
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
export class AppModule { }
|
export class AppModule {
|
||||||
|
}
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
// All Rights Reserved. See LICENSE file for details.
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
import {ChangeDetectorRef, Component, ElementRef, OnDestroy, OnInit, ViewChild} from '@angular/core';
|
import { ChangeDetectorRef, Component, ElementRef, OnDestroy, OnInit, ViewChild } from '@angular/core';
|
||||||
import {DeploymentNotificationService} from '../services/deployment-notification.service';
|
import { DeploymentNotificationService } from '../services/deployment-notification.service';
|
||||||
import {Subscription} from 'rxjs';
|
import { Subscription } from 'rxjs';
|
||||||
import {WebSocketService} from '../services/websocket.service';
|
import { WebSocketService } from '../services/websocket.service';
|
||||||
import {HideMessagesCommand, LayoutCommand, TerminalMenuItemCommand} from '../message-types/dashboard-commands';
|
import { HideMessagesCommand, LayoutCommand, TerminalMenuItemCommand } from '../message-types/dashboard-commands';
|
||||||
import {config} from '../config';
|
import { config } from '../config';
|
||||||
import {ProcessLogService} from '../services/processlog.service';
|
import { ProcessLogService } from '../services/processlog.service';
|
||||||
import {LogMessage} from '../message-types/log-message';
|
import { LogMessage } from '../message-types/log-message';
|
||||||
import {CommandMessage} from '../message-types/command-message';
|
import { CommandMessage } from '../message-types/command-message';
|
||||||
import {HttpClient} from '@angular/common/http';
|
import { HttpClient } from '@angular/common/http';
|
||||||
import {delay, retryWhen, tap} from 'rxjs/operators';
|
import { delay, retryWhen, tap } from 'rxjs/operators';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-dashboard',
|
selector: 'app-dashboard',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user