mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-03 11:52:40 +00:00
Revert unnecessary changes
This commit is contained in:
parent
79c7f582e1
commit
8a364f843e
@ -65,5 +65,4 @@ import { MonacoEditorModule } from 'ngx-monaco-editor';
|
|||||||
AppComponent
|
AppComponent
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
export class AppModule {
|
export class AppModule { }
|
||||||
}
|
|
||||||
|
@ -36,7 +36,7 @@ export const config = {
|
|||||||
'FAILED': 'Deployment failed. Retry'
|
'FAILED': 'Deployment failed. Retry'
|
||||||
},
|
},
|
||||||
showDeployButton: true,
|
showDeployButton: true,
|
||||||
reloadIframeOnDeploy: true,
|
reloadIframeOnDeploy: false,
|
||||||
showConsoleOnDeploy: true,
|
showConsoleOnDeploy: true,
|
||||||
autoDetectFileLanguage: true,
|
autoDetectFileLanguage: true,
|
||||||
showMiniMap: false
|
showMiniMap: false
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// 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 { Component, OnDestroy, OnInit, ChangeDetectorRef, ElementRef, 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';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user