Replace ACE with monaco – with lots of UI issues

This commit is contained in:
Kristóf Tóth
2018-06-05 01:12:24 +02:00
parent 309ffca9e7
commit 0fbaf2275e
6 changed files with 275 additions and 361 deletions

View File

@ -6,7 +6,6 @@ import { FormsModule } from '@angular/forms';
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
import { AceEditorModule } from 'ng2-ace-editor';
import { AppComponent } from './app.component';
@ -28,6 +27,7 @@ import { DeploymentNotificationService } from './services/deployment-notificatio
import { SafePipe } from './pipes/safe.pipe';
import { ConsoleComponent } from './console/console.component';
import { ProcessLogService } from './services/processlog.service';
import { MonacoEditorModule } from 'ngx-monaco-editor';
@NgModule({
@ -49,8 +49,8 @@ import { ProcessLogService } from './services/processlog.service';
FormsModule,
HttpClientModule,
NgbModule.forRoot(),
AceEditorModule,
AppRoutingModule,
MonacoEditorModule.forRoot()
],
providers: [
MarkdownService,