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

Angular 13 is it supported? #248

Open Tzvetelin88 opened 2 years ago

Tzvetelin88 commented 2 years ago

I see last bumped Angular version is 12, is 13 supported?

mattfors commented 2 years ago

There's a pull request for 13, https://github.com/atularen/ngx-monaco-editor/pull/246

Bykiev commented 2 years ago

It seems this library is not maintained anymore, I've found this library with angular 13 support

ashahabov commented 2 years ago

Version from materiahq doesn't work for me: no install/compile error, but editor just not displayed.

I installed the current package via npm install --force. And it works for me.

dmlukichev commented 2 years ago

Forked and published version that supports Angular 13 here. When (or if) this will be resolved will setup redirect back to this package. Don't use force - it's a one-way road to evil side :)

miki995 commented 2 years ago

@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:

https://www.npmjs.com/package/ngx-monaco-editor-v2