frontend-tutorial-framework/src/app/console/console.component.html

8 lines
201 B
HTML

<textarea [(ngModel)]="console_content"
#tfwconsole
[scrollTop]="tfwconsole.scrollHeight"
readonly
class="tfw-console"
spellcheck="false">
</textarea>