Skip to content

rtk-poll-form

A component that lets you create a poll.

Properties

PropertyTypeRequiredDefaultDescription
iconPackIconPack❌defaultIconPackIcon pack
tRtkI18n❌useLanguage()Language

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-poll-form></rtk-poll-form>

With Properties

<!-- component.html -->
<rtk-poll-form
[iconPack]="defaultIconPack"
[t]="rtki18n">
</rtk-poll-form>