Implement poc ConfigService
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user