Implement writing to and reading from console from API

This commit is contained in:
Kristóf Tóth
2018-05-27 17:41:18 +02:00
parent 3456595c5a
commit 2f3ea52b8e
4 changed files with 41 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<!-- Copyright (C) 2018 Avatao.com Innovative Learning Kft.
All Rights Reserved. See LICENSE file for details. -->
<textarea class="tfw-console"></textarea>
<textarea [(ngModel)]="console_content" class="tfw-console"></textarea>