funky-framadate-front/src/app/features/participation/poll/poll.component.html

7 lines
255 B
HTML

<ng-container *ngIf="_poll | async as poll">
<h1>Titre:{{ poll.question.label }}</h1>
<p>description: {{ poll.question.description }}</p>
<p>isDateType:{{ poll.configuration.isAboutDate }}</p>
<p>slug:{{ poll.configuration.slug }}</p>
</ng-container>