-
Notifications
You must be signed in to change notification settings - Fork 155
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
ngx-monaco-editor not working with angular 12 #242
Comments
Have you resolved this? I have same issue. No errors, but nothing renders. |
change the config to:
|
Hi,
I have resolved it but dealing with anew issue the editor is not
responsive. I am using flex can you help me out ?
Thanks & Best Regards
Tushar
…On Sat, 15 Jan 2022, 7:46 pm Lvzhou, ***@***.***> wrote:
change the config to:
{
"glob": "**/*",
"input": "node_modules/monaco-editor/dev",
"output": "assets/monaco"
}
—
Reply to this email directly, view it on GitHub
<#242 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMKGRNZXPZOQFL2SMRHXAFTUWF6VDANCNFSM5KFQLMSA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
{ This works. |
You have to install monaco-editor as from v10 ngx-monaco-editor requires it to be installed in your repo. BTW: @here I've a new fork with latest angular 14, ngZone upgrade and fixed production missing assets, have a look, works for my company now: |
I have been trying to implement ngx-monaco-editor in my angular 12 projects but the component is not rendering i have implemented by following the https://www.npmjs.com/package/ngx-monaco-editor
The text was updated successfully, but these errors were encountered: