A component that lets you create a poll.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
iconPack |
IconPack |
❌ | defaultIconPack |
Icon pack |
t |
RtkI18n |
❌ | useLanguage() |
Language |
<!-- component.html -->
<rtk-poll-form></rtk-poll-form><!-- component.html -->
<rtk-poll-form
[iconPack]="defaultIconPack"
[t]="rtki18n">
</rtk-poll-form>