We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76411b3 commit a2e0aabCopy full SHA for a2e0aab
1 file changed
frontend/src/main.ts
@@ -76,7 +76,9 @@ if ((environment as any).saas) {
76
77
bootstrapApplication(AppComponent, {
78
providers: [
79
- importProvidersFrom(BrowserModule, AppRoutingModule, FormsModule, ReactiveFormsModule, RouterModule, DynamicModule, Angulartics2Module.forRoot(), ClipboardModule, DragDropModule, MarkdownModule.forRoot(), CodeEditorModule.forRoot(),
+ importProvidersFrom(BrowserModule, AppRoutingModule, FormsModule, ReactiveFormsModule, RouterModule, DynamicModule, Angulartics2Module.forRoot(), ClipboardModule, DragDropModule, MarkdownModule.forRoot(), CodeEditorModule.forRoot({
80
+ editorVersion: '0.44.0'
81
+ }),
82
// ...saasExtraModules,
83
NgxThemeModule.forRoot(colorConfig, {
84
frameworks: ['material'], // optional, default : ['tailwind', 'material']
0 commit comments