Monaco editor lazy loading #3647
Unanswered
DaniShMyGit
asked this question in
Q&A
Replies: 1 comment
-
I had the similar problem, after using another editor it disappear |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm not sure the title is correct but I'll try to explain my problem:
` private showTestCases(): void {
}`
activeId
used to mark the first accordion panel as opened` <ngb-accordion [activeIds]="activeId">
`
app-asset-test-data
I'm using monaco editor to display theselectedTestCaseRunResult
(selectedTestCaseRunResult
is the data we injecting to the child component):` <ngx-monaco-editor class="code-editor"
`
selectedTestCaseRunResult
. Is it a monaco bug? Is there a way I can bypass this issue?Beta Was this translation helpful? Give feedback.
All reactions