materiahq / ngx-monaco-editor

Monaco Editor Library for Angular v6 and above
MIT License
159 stars 35 forks source link

Use monaco-editor as peer dependency #66

Open bsivanov opened 3 years ago

bsivanov commented 3 years ago

Not sure if this would be possible here, but similar libraries (ng-monaco-editor, ngx-monaco-editor) use monaco-editor as a peer dependency to allow independently updating the monaco-editor package. This makes sense as it seems monaco-editor package rarely (if ever) releases breaking changes that will break a wrapper package like this.