-
Package "ngx-monaco-editor" has an incompatible peer dependency to "@angular/common" (requires "^9.0.0" (extended), would install "11.1.1").
Package "ngx-monaco-editor" has an incompatible peer dep…
-
While creating more than one instance of the editor I am getting errors ->
Uncaught TypeError: Cannot set properties of undefined (setting 'browser')
at :1:46
at MonacoEditorLoaderService…
-
The docs say that it's compatible with monaco-editor versions >=0.15.6
-
Hello there! I am using Angular together with Nx, PNPM and node18.20.4. I am trying to migrate to the latest version of Angular (18.2.11), which has a dependency on lmbd. I want to build and install m…
-
Passing a text to property value does not reflect on code editor. ngModel does not reflect the value too.
Value:
```html
```
ngModel:
```html
```
```typescript
headerText = 'Header'
```
-
Failed to compile.
some.component.html:158 - error TS2540: Cannot assign to 'toolbar' because it is a read-only property.
`158 `
some.component.ts:21:16
21 templateUrl…
-
Hi,
When form with editor is loaded form is marked as dirty.
I did some research and found that in `registerEditorListeners `method variable `hasValidationStatusChanged `will resolve to true whe…
-
Hello,
everything is in the title,
I would access the final version of edited text in the diff editor but trying `[(ngModel)]` and `ngModelChange` wasn't working.
Am I missing something? Is this ev…
-
https://github.com/Fishrock123/tide-compress/blob/845698b90b60d12d09f3db742962a3990310e318/src/middleware.rs#L125-L134
I consider that we don't have to care any Cache-Control: no-transform to com…
-
tsconfig.json
`"noUnusedParameters": true /* Report errors on unused parameters. */,`
```
ERROR in node_modules/ngx-quill-editor/quillEditor.component.ts(110,41): error TS6133: 'delta' is declare…