repository/configuration/device-tab/source-code-preview.component.ts
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | c8y-source-code-preview |
| standalone | true |
| imports | |
| templateUrl | ./source-code-preview.component.html |
<c8y-editor
class="flex-grow"
[ngModel]="text"
[editorOptions]="editorOptions"
(editorInit)="onEditorInit()"
></c8y-editor>