e93ee72ca088ffcd9c0b8cba98d5ca5eeb7b8c37
[ccsdk/cds.git] /
1 <ul class="defintionsNote">
2     <li><b>To add new property: </b></li>
3     <li>1. Use Copy and paste option or</li>
4     <li>2. Write them manually </li>
5 </ul>
6 <ace-editor [(text)]="dslDefinition.content" [mode]="'javascript'" [autoUpdateContent]="true"
7     [durationBeforeCallback]="1000" (textChanged)="textChanged($event)" [theme]="'eclipse'" #editor style="height:300px;">
8 </ace-editor>
9
10 <!-- <app-source-editor [lang]="'javascript'" (textChanged)="textChanged($event)" [(text)]="dslDefinition.content"></app-source-editor> -->