Create initial version of application

This commit is contained in:
Bálint Bokros
2017-12-18 17:52:10 +01:00
parent 9ccb152f0f
commit f82f9a55ae
23 changed files with 360 additions and 25 deletions

View File

@ -0,0 +1,9 @@
<div
ace-editor
[(text)]="code"
[mode]="language"
[theme]="theme"
style="min-height: 200px; width:100%; overflow: auto;"
>
</div>