ngx-monaco-editor icon indicating copy to clipboard operation
ngx-monaco-editor copied to clipboard

Monaco Editor component for Angular 2 and Above

Results 114 ngx-monaco-editor issues
Sort by recently updated
recently updated
newest added

The Editor is working fine in Web. But running it in Electron the Editor is not loading and I get the error: `window.require.config is not a function` It is from...

It appears that ngx-monaco-editor expects angular version to be 12. Please bump up the version. ``` npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving:...

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

Hi. I would like to know if ngx-monaco-editor supports Angular 11? This version of Angular is not mentioned in the readme and it runs into errors when I install the...

I see last bumped Angular version is 12, is 13 supported?

Guess this package is no longer maintained - I'll probably fork it and migrate it to Angular 14 soon, in the meantime as it still works in 14 other than...

Changed the base-editor to use default the relative "assets" folder. Included min-maps from monaco to be exposed as assets. Changed structure to be /monaco/min & /monaco/min-maps. Base-editor loads from /monaco/min

Angular@13 upgrade and Eslint

Hi, seem that when you want change status from readonly = true to readonly = false, that doesn't change and editor still read only mode

Hello, the editor is not display the first time when i arrive on page. to see the aditor i need to navigate on other page and back again. anyone can...