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

ngx-monaco-editor-v2: issues with Angular 17+

Open Myrmex opened this issue 10 months ago • 0 comments

I'd like to draw your attention to a couple of issues as illustrated (each with its own repro) in these two SO posts, both related to the usage of the latest version of Angular (17.3.3) and ngx-monaco-editor-v2:

  • compilation issue. This is starting to look as a show stopper in using Angular with Monaco; could anyone suggest a workaround? My solution no longer builds successfully because it seems that a TTF file required by Monaco is not loaded by Webpack.

  • NgZone issue, solved with workaround. As suggested in the answer, this notification might be useful for a fix.

Thank you!

Myrmex avatar Apr 11 '24 20:04 Myrmex