/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
extensions/objects/templates/parameter-name-editor.component.html
12 строк
412 B
Srijan Reddy
Fix part of #9749: Migrate Schema Based Editors (#14776)
01 июн 2022, 23:18
Не верифицирован
01 июн 2022, 23:18
bbf31c4
Код
Авторство
О чём код?
<span> <span class="text-danger" *ngIf="availableParamNames.length === 0"> <em>No available parameters to follow. Please add one first.</em> </span> <span *ngIf="availableParamNames.length > 0"> <schema-based-editor [schema]="SCHEMA" [localValue]="localValue" (localValueChange)="updateValue($event)"> </schema-based-editor> </span> </span>