/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
extensions/objects/templates/code-string-editor.component.html
7 строк
135 B
Srijan Reddy
Fix part of #9749: Migrate Algebraic Expression Editor, boolean-editor, code-string-editor, coord-two-dim (#12360)
06 апр 2021, 11:27
Не верифицирован
06 апр 2021, 11:27
cfa16d1
Код
Авторство
О чём код?
<div> <textarea [value]="value" (input)="onEdit($event)"></textarea> </div> <div class="oppia-form-error"> {{warningText}} </div>