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

7 lines
255 B
HTML
Raw Normal View History

2020-05-05 18:17:12 +02:00
<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>
2020-05-01 19:10:17 +02:00
</ng-container>