Skip to content

rtk-poll-form

Last updated View as MarkdownAgent setup

A component that lets you create a poll.

Properties

Property Type Required Default Description
iconPack IconPack defaultIconPack Icon pack
t RtkI18n 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>

Was this helpful?