ohayolibs
Version:
Ohayo is a set of essential modules for ohayojp.
14 lines (13 loc) • 487 B
HTML
<sf-item-wrap [id]="id" [schema]="schema" [ui]="ui" [showError]="showError" [error]="error" [showTitle]="schema.title">
<nz-rate
[]="disabled"
[]="value"
(ngModelChange)="setValue($event)"
[]="allowClear"
[]="allowHalf"
[]="ui.tooltips || []"
[]="autoFocus"
[]="count"
></nz-rate>
<span *ngIf="hasText && formProperty.value" class="ant-rate-text">{{ text }}</span>
</sf-item-wrap>