From 6ac865112a58e8af2ddd462bf4a56ec11b153704 Mon Sep 17 00:00:00 2001 From: Arcadio Quintero Date: Wed, 2 Sep 2026 15:44:11 -0400 Subject: [PATCH] translate: update Signal Forms tutorial steps Apply only the English delta (Angular v22.1) to the Spanish translation, without retranslating: - `Field` directive renamed to `FormField`, and `[field]` to `[formField]` in prose, step titles and examples - Drop `changeDetection: ChangeDetectionStrategy.OnPush` from the component example in step 2 - Template fences `html` -> `angular-html` where the original changed - Code formatting aligned with the original (no spaces inside braces, single-line `
` and `
+ ``` Esto previene el envío cuando el formulario tiene errores de validación.