materiahq / ngx-monaco-editor

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

Implementing Control value accessor and Validator #3

Closed batnyu closed 5 years ago

batnyu commented 5 years ago

Thanks for your work in this project! It's the only project I found which work in electron.

For a project, I need to include the monaco editor in a form. That's why I implement the Control Value Accessor and Validator interface. So now, we can use ngModel and forms features.

jmarc-roy commented 5 years ago

Hi @batnyu! Thanks a lot for your contribution! This is a very useful feature. I will try it on my side, it looks great.