You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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/" }
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 !
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?
The text was updated successfully, but these errors were encountered: