hisptz/integration-app

View on GitHub
src/app/pages/integration/components/editor/editor.component.html

Summary

Maintainability
Test Coverage
<div style="height: 700px;">
  <ngx-monaco-editor style="height: 100%" [options]="editorOptions" [(ngModel)]="code"
    (ngModelChange)="onCodeUpdate($event)"></ngx-monaco-editor>
</div>