atularen / ngx-monaco-editor

Monaco Editor component for Angular 2 and Above
https://www.npmjs.com/package/ngx-monaco-editor
MIT License
428 stars 155 forks source link

Material Design components for Angular #253

Closed carlas0fia closed 2 years ago

carlas0fia commented 2 years ago

Hello, This is not really an issue but a question, are the Material Design components for Angular supported? We have a page builder on top of the Monaco editor (html), and after we introduced the new material components it was all messed up. Is this possible to achieve? I couldn't find anything related on the configuration yet.

Thank you for any help you can offer, Carla Lima

alessiostalla commented 2 years ago

I use ngx-monaco-editor with Angular Material with no problems. Maybe some custom CSS of yours is conflicting with Material?

carlas0fia commented 2 years ago

Hello! We realized by now, that it's because we are rendering the html that was made in the editor, from the database into a div. It was used before as sort of a page designer, and with only native html and custom classes worked fine, but as soon as we added material design elements it needs to be rendered properly. I know now the editor has nothing to do with the issue so this can be closed. But still, thank you for your help!