We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2d83e commit 7b25502Copy full SHA for 7b25502
1 file changed
src/app/app.module.ts
@@ -1,6 +1,5 @@
1
import { BrowserModule } from '@angular/platform-browser';
2
import { NgModule } from '@angular/core';
3
-import { RouterModule } from '@angular/router';
4
5
import { AppComponent } from './app.component';
6
import { HomeComponent } from './home/home.component';
@@ -26,7 +25,9 @@ import { AppRoutingModule } from './app-routing.module';
26
25
BrowserModule,
27
FormsModule,
28
AppRoutingModule,
29
- MonacoEditorModule.forRoot()
+ MonacoEditorModule.forRoot({
+ baseUrl: '/text-compare-angular/assets/monaco'
30
+ })
31
],
32
providers: [],
33
bootstrap: [AppComponent]
0 commit comments