-
### What happened?
Hello,
when i press enter to go to next line the edtor raie this error in the console
![image](https://github.com/user-attachments/assets/b7cb5c8e-af0b-41e1-8960-e1f49b3a08e2)
…
-
I have been trying to implement ngx-monaco-editor in my angular 12 projects but the component is not rendering i have implemented by following the https://www.npmjs.com/package/ngx-monaco-editor
-
The inputs and outputs for the ngx-monaco-editor component are not typed
```
@Input('options')
set options(options: any) {
...
@Output() onInit = new EventEmitter();
```
The output appears …
-
The loader.js file is located at node_modules/ngx-monaco-editor/assets/monaco/vs/loader.js and I'm able to navigate to it.
I dont have assets folder only inside ngx-monaco-editor at node modules.
…
-
### What happened?
Hi,
I'm following this tutorial (https://sibiraj-s.github.io/ngx-editor/introduction/) and I do exactly what it is said
```
ng new editortest2 (SCSS and SSR: yes)
cd editor…
-
Reposting from [my comment on guru3d](https://forums.guru3d.com/threads/info-zone-gengines-ray-tracing-ai-dlss-dlaa-dldsr-tsr-fsr-xess-directsr-and-mods-etc.439761/page-143#post-6221767):
> Looks l…
-
1. Install Quil
`npm install quill@2.0.2`
3. Setup Quill in React
```
import { forwardRef, useEffect, useLayoutEffect, useRef } from 'react';
import Quill, { Range, Delta } from 'quill/core';…
-
I am trying to use ngx-monaco-editor to be able to load multiple files one at a time. I only have 1 instance of ngx-monaco-editor defined in my app-component.html file :
``
`Load file `
On clic…
-
Having an issue getting this working in angular 12. I'm running the boilerplate set up in the example. I am receiving this error in the console when I try to load the component `Uncaught TypeError: C…
-
I was using the editor for editing JSON with predefined schema with the older versions, but it seems this is not possible now with v12.0.0.
I have the following code (same as in the samples):
```h…