fxmontigny / ng2-ace-editor

Ace editor integration with typescript for angular 4 - 5
MIT License
199 stars 92 forks source link

Options #142

Open JavierLopezWeb opened 4 years ago

JavierLopezWeb commented 4 years ago

I think we will need more documentation on the main page about options. At this moment I do not know What options are there? How are they configured?

SamuelHaws commented 3 years ago

https://github.com/ajaxorg/ace/wiki/Configuring-Ace

I've found that it follows these. No need to declare "rendererOptions" or anything like that separately... just bundle it all together. So you can do something like:

options: any = {showGutter: false};