Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Followed the steps provided but the monaco editor is not showing #104

Open
Myles-Kadusale-Golden opened this issue Aug 24, 2022 · 3 comments

Comments

@Myles-Kadusale-Golden
Copy link

Myles-Kadusale-Golden commented Aug 24, 2022

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?

@nesticle8bit
Copy link

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

@timvw
Copy link

timvw commented Jan 12, 2023

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/" }

@nikita-fuchs
Copy link

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 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants