一个允许您创建投票的组件。
| 属性 | 类型 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|---|
iconPack |
IconPack |
❌ | defaultIconPack |
图标包 |
t |
RtkI18n |
❌ | useLanguage() |
语言 |
<!-- component.html -->
<rtk-poll-form></rtk-poll-form><!-- component.html -->
<rtk-poll-form
[iconPack]="defaultIconPack"
[t]="rtki18n">
</rtk-poll-form>