mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 18:05:12 +00:00
Create initial version of application
This commit is contained in:
9
src/app/webide/webide.component.html
Normal file
9
src/app/webide/webide.component.html
Normal file
@ -0,0 +1,9 @@
|
||||
<div
|
||||
ace-editor
|
||||
[(text)]="code"
|
||||
[mode]="language"
|
||||
[theme]="theme"
|
||||
style="min-height: 200px; width:100%; overflow: auto;"
|
||||
>
|
||||
|
||||
</div>
|
Reference in New Issue
Block a user