Does the editor support Angular 8 #3756
Unanswered
vijaychebrolu
asked this question in
Q&A
Replies: 2 comments
-
Yes, it should work, here are some examples of existing components wrapping Monaco for Angular: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Tried both recommendations above but they are fragile and didn't work well with Angular CLI 12. Just don't waste time, use this: https://www.npmjs.com/package/@ng-util/monaco-editor Highly recommended! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are working on Angular 8 web app in a .net core 2.2 solution and need your help to integrate Monaco editor in our app.
We tried to install the npm package as detailed in https://www.npmjs.com/package/monaco-editor. But we are getting errors while installing the package.
Does the editor support angular 8 and if yes, any reference to samples plz.
Beta Was this translation helpful? Give feedback.
All reactions