diff --git a/apps/forms/62-crossfield-validation-signal-form/src/app/app.component.html b/apps/forms/62-crossfield-validation-signal-form/src/app/app.component.html new file mode 100644 index 000000000..b23fa1bcb --- /dev/null +++ b/apps/forms/62-crossfield-validation-signal-form/src/app/app.component.html @@ -0,0 +1,175 @@ +
+ This form demonstrates cross field validation with reactive forms +
+ + + +{{ form.value() | json }}
+ {{ registrationForm().value() | json }}
+ - This form demonstrates cross field validation with reactive forms -
- - + private _registrationModel = signal{{ form.value | json }}
- {{ this.form.getRawValue() | json }}
-