From d9301559ef99902c3901afd0ee4a6a5035e77b81 Mon Sep 17 00:00:00 2001 From: Baptiste Lemoine Date: Thu, 29 Oct 2020 21:30:33 +0100 Subject: [PATCH] add form array for choices --- .../administration/form/form.component.html | 6 ++++++ .../administration/form/form.component.ts | 20 ++++++++++++++++--- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/src/app/features/administration/form/form.component.html b/src/app/features/administration/form/form.component.html index 4bb6afc3..ea7235ca 100644 --- a/src/app/features/administration/form/form.component.html +++ b/src/app/features/administration/form/form.component.html @@ -52,6 +52,12 @@ > +

Choix de réponses

+
+			choicesFormArray :
+				{{ choicesFormArray | json }}
+