mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-12 04:16:23 +00:00
Replace ACE with monaco – with lots of UI issues
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user