Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 | 9x | @defer {
<ngx-monaco-diff-editor [options]="options"
[originalModel]="originalModel"
[modifiedModel]="modifiedModel"
(onInit)="initEditor($event)"
[style.width]="fullHeight ? '100%' : 'min(1200px, 90vw)'"
[style.height]="fullHeight ? '100%' : 'min(400px, 70vh)'"
[appResizeHandle]="resizable"
[hitArea]="config.mobile ? 48 : 20"></ngx-monaco-diff-editor>
}
|