ngx-monaco-editor
ngx-monaco-editor copied to clipboard
ngx-monaco-editor-v2: issues with Angular 17+
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!