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

Not working with Angular 12 #229

Closed pavangayakwad closed 2 years ago

pavangayakwad commented 3 years ago

Steps to reproduce : is following step by step as explained here (https://github.com/atularen/ngx-monaco-editor) using Angular CLI 12+

The html tag does not resolve or recognized and the output is empty screen.

image

klammal commented 3 years ago

Actually it does work, you just need ti import the the monacoModule again in the same module where you want to use it

pavangayakwad commented 3 years ago

Yes, that solved my problem. Thanks. 👍

valentinoPereira commented 2 years ago

Can you close this issue @pavangayakwad ?