This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Integrate monaco editor in Angular 7 + Electron #1230
Labels
feature-request
Request for new features or functionality
help wanted
Issues identified as good community contribution opportunities
integration
integration-angular
Milestone
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
The text was updated successfully, but these errors were encountered: