Angular 18 upgrade

This commit is contained in:
aboyko
2025-01-17 11:07:54 -05:00
parent 276e04a206
commit 8f469541cd
7 changed files with 11651 additions and 7472 deletions

View File

@@ -12,6 +12,7 @@ import 'codemirror/mode/clike/clike';
import 'codemirror/addon/lint/javascript-lint';
import {PropertiesEditorService} from './properties-editor.service';
import {dia} from 'jointjs';
import {setTheme} from "ngx-bootstrap/utils";
@Component({
selector: 'demo-app',
@@ -36,6 +37,7 @@ export class AppComponent {
this.renderer = new Renderer();
this.editor = new Editor(propertiesEditor);
this.dsl = '';
setTheme('bs5'); // or 'bs4'
}
arrangeAll() {