UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

14 lines (13 loc) 487 B
<sf-item-wrap [id]="id" [schema]="schema" [ui]="ui" [showError]="showError" [error]="error" [showTitle]="schema.title"> <nz-rate [nzDisabled]="disabled" [ngModel]="value" (ngModelChange)="setValue($event)" [nzAllowClear]="allowClear" [nzAllowHalf]="allowHalf" [nzTooltips]="ui.tooltips || []" [nzAutoFocus]="autoFocus" [nzCount]="count" ></nz-rate> <span *ngIf="hasText && formProperty.value" class="ant-rate-text">{{ text }}</span> </sf-item-wrap>