+
+
Registration form
+
+
+ @if (submittedData()) {
+
+ Submitted data
+ {{ submittedData() | json }}
+
+ }
+
+
diff --git a/apps/forms/64-form-array/src/app/app.component.ts b/apps/forms/64-form-array/src/app/app.component.ts
index f6133d3df..6ec6412df 100644
--- a/apps/forms/64-form-array/src/app/app.component.ts
+++ b/apps/forms/64-form-array/src/app/app.component.ts
@@ -5,224 +5,37 @@ import {
signal,
WritableSignal,
} from '@angular/core';
-import {
- AbstractControl,
- FormArray,
- FormControl,
- FormGroup,
- ReactiveFormsModule,
- Validators,
-} from '@angular/forms';
-import { ContactFormComponent } from './contact-form.component';
-
-type ContactFormGroup = FormGroup<{
- firstname: FormControl