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

2 lines
116 B
HTML

<app-add-answer *ngFor="let choice of poll.choices" [user]="user" [poll]="poll" [choice]="choice"></app-add-answer>