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

Followed the steps provided but the monaco editor is not showing

Open Myles-Kadusale-Golden opened this issue 3 years ago • 3 comments

First thanks for all your efforts.

Created an new Angular 13 project I followed the steps provided in the link below but the monaco editor is not showing in my end By the way I stopped the following from "Configure default monaco-editor library path" to the last part https://materiahq.github.io/ngx-monaco-editor/api-reference/index.html

What did I miss?

Myles-Kadusale-Golden avatar Aug 24 '22 18:08 Myles-Kadusale-Golden

Im having the same problem, does not works with reactive forms or ngModel

nesticle8bit avatar Nov 23 '22 19:11 nesticle8bit

For me, adding the following asset: { "glob": "**/*", "input": "node_modules/monaco-editor", "output": "assets/monaco/" } seems to start at least something...

(The guide says that one should add { "glob": "**/*", "input": "node_modules/monaco-editor", "output": "assets/monaco-editor/" }

timvw avatar Jan 12 '23 10:01 timvw

For me, adding the following asset: { "glob": "**/*", "input": "node_modules/monaco-editor", "output": "assets/monaco/" } seems to start at least something...

(The guide says that one should add { "glob": "**/*", "input": "node_modules/monaco-editor", "output": "assets/monaco-editor/" }

That's strange, because I had "assets/monaco/" and it didn't work, after trying the other variant, `"assets/monaco-editor/", it began working !

nikita-fuchs avatar Feb 15 '23 12:02 nikita-fuchs