From b895b58e48ea548a359bc32bfc99da00fd41d88c Mon Sep 17 00:00:00 2001 From: Yoni ZANA Date: Wed, 22 Oct 2025 11:36:46 +0200 Subject: [PATCH] feat(feedback-form): integrate rating control with reactive forms and update submission logic --- .../feedback-form.component.html | 4 +-- .../feedback-form/feedback-form.component.ts | 6 ++-- .../rating-control.component.html | 2 +- .../rating-control.component.ts | 28 +++++++++++++++---- 4 files changed, 29 insertions(+), 11 deletions(-) diff --git a/apps/forms/41-control-value-accessor/src/app/feedback-form/feedback-form.component.html b/apps/forms/41-control-value-accessor/src/app/feedback-form/feedback-form.component.html index 9334b5bc9..fa2c2c7c1 100644 --- a/apps/forms/41-control-value-accessor/src/app/feedback-form/feedback-form.component.html +++ b/apps/forms/41-control-value-accessor/src/app/feedback-form/feedback-form.component.html @@ -13,7 +13,7 @@ [formControl]="feedbackForm.controls.email" placeholder="Email" type="email" /> - +