All files / app/form/diff diff.component.html

14.28% Statements 1/7
0% Branches 0/6
0% Functions 0/1
20% Lines 1/5

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 119x                    
@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>
}