Skip to content

Commit 4b22c70

Browse files
committed
signalforms part3: break, publish
1 parent 6c8083a commit 4b22c70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

blog/2025-10-signal-forms-part3/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: 'Angular Signal Forms Part 3: Child Forms and Custom UI Controls'
33
author: Danny Koppenhagen and Ferdinand Malcher
44
mail: [email protected] # Gravatar
5-
published: 2025-10-21
6-
lastModified: 2025-10-21
5+
published: 2025-10-20
6+
lastModified: 2025-10-20
77
keywords:
88
- Angular
99
- Signals
@@ -16,7 +16,6 @@ keywords:
1616
language: en
1717
header: header-signalforms-part3.jpg
1818
sticky: false
19-
hidden: true
2019
---
2120

2221

@@ -151,7 +150,8 @@ To trigger the reset logic, we bind the `change` event of the gender `<select>`
151150
<input type="text" placeholder="e. g. Mx." [field]="identity().salutation" />
152151
<app-form-error [fieldRef]="identity().salutation" />
153152
</label>
154-
} @if (!identity().pronoun().hidden()) {
153+
}
154+
@if (!identity().pronoun().hidden()) {
155155
<label>
156156
Pronoun
157157
<input type="text" placeholder="e. g. they/them" [field]="identity().pronoun" />

0 commit comments

Comments
 (0)