Add initial logic to WebIDE

This commit is contained in:
Bálint Bokros
2018-01-11 16:11:01 +01:00
parent 2c211daa3c
commit fd7d3b83d6
3 changed files with 36 additions and 6 deletions

View File

@ -1,9 +1,12 @@
<div
ace-editor
[(text)]="code"
[mode]="language"
[(mode)]="language"
[theme]="theme"
style="min-height: 200px; width:100%; overflow: auto;"
class="mt-3 mb-3"
>
</div>
<button (click)="sendCode()" type="submit" class="btn btn-primary">Save</button>