diff --git a/packages/forms/signals/compat/src/api/compat_form.ts b/packages/forms/signals/compat/src/api/compat_form.ts index e5d33a98f95..7f658692c2a 100644 --- a/packages/forms/signals/compat/src/api/compat_form.ts +++ b/packages/forms/signals/compat/src/api/compat_form.ts @@ -75,6 +75,7 @@ export function compatForm(model: WritableSignal): FieldTree( * }); * * nameForm.last().value(); // lastName, not FormControl + * ``` * * @param model A writable signal that contains the model data for the form. The resulting field * structure will match the shape of the model and any changes to the form data will be written to