Implement poc ConfigService

This commit is contained in:
Kristóf Tóth
2019-08-26 14:46:54 +02:00
parent 45767b6711
commit 448a2bc862
2 changed files with 40 additions and 0 deletions
+2
View File
@@ -21,6 +21,7 @@ import { DeploymentNotificationService } from './services/deployment-notificatio
import { SafePipe } from './pipes/safe.pipe';
import { ConsoleComponent } from './console/console.component';
import { MonacoEditorModule } from 'ngx-monaco-editor';
import { IdeConfigService } from './services/config.service';
@NgModule({
@@ -50,6 +51,7 @@ import { MonacoEditorModule } from 'ngx-monaco-editor';
WebSocketService,
TerminadoService,
DeploymentNotificationService,
IdeConfigService
],
bootstrap: [
AppComponent