Closed iagoccampos closed 2 years ago
I saw on examples that you pass the options directly. It is possible to bind the options to a property? If not, why? It seems to be so basic.
Example:
<ngx-codemirror class="header" [options]="scriptEditorOptions">
scriptEditorOptions: { theme: 'material' }
that should also work
I saw on examples that you pass the options directly. It is possible to bind the options to a property? If not, why? It seems to be so basic.
Example: