I am new in using codeMirror and I dont know if I am using it correctly config : any this.config = { lineNumbers: true, mode: 'text/x-sql' , fullScreen: true } <codemirror [(ngModel)]="content" [config]="config">
I am new in using codeMirror and I dont know if I am using it correctly
config : any
this.config = { lineNumbers: true, mode: 'text/x-sql' , fullScreen: true }
<codemirror [(ngModel)]="content" [config]="config">