I’m using angular 17.1 with the angular monaco ngx project:
https://www.npmjs.com/package/ngx-monaco-editor-v2
I followed the directions, and no matter what when i compile, angular always throws the error: “‘ngx-monaco-editor’ is not a known element:”. I’ve tried multiple ways to import it and different libraries and ways to reference it but there seems to be disconnect. Currently I have it setup exactly like in the demo.
ngx monaco error