mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 17:55:13 +00:00
Add initial logic to WebIDE
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user