Closed Nemtecl closed 1 year ago
@Nemtecl you can view my post from here https://ngohungphuc.wordpress.com/2019/01/08/integrate-monaco-editor-with-angular/
Did you ever figure this one out?
Any updates on this yet?
Getting Monaco to run in Electron is a nightmare!
I have been down all the problems with ngx-monaco-editor and require
is undefined and trying to monkey patch, then the issues with plain javascript and loader.js
and the order of loading.
Now trying covalent-code-editor but still nothing working for me, see all the issues that this still has and hacks trying to get it to work! https://github.com/Teradata/covalent-code-editor-nightly/issues/39
Please make this simpler guys!!
It seems, nothing works :(
Hello, I'm using the maximegris project to use Angular and Electron. I'm trying to integrate monaco editor in my application. I do not want to use ngx-monaco-editor because it do not support electron and i want to custom my monaco editor instance. So i followed the electron amd sample but I can't make it work... Here is my code : First a monaco-loader.js file
Then my home.component.ts where I launch my module :
Here is the error :
You can find the project here