diff --git a/blog/2025-10-signal-forms-part1/README.md b/blog/2025-10-signal-forms-part1/README.md index 9505540c..5a73f2da 100644 --- a/blog/2025-10-signal-forms-part1/README.md +++ b/blog/2025-10-signal-forms-part1/README.md @@ -3,7 +3,7 @@ title: "Angular Signal Forms Part 1: Getting Started with the Basics" author: Danny Koppenhagen and Ferdinand Malcher mail: dannyferdigravatar@fmalcher.de # Gravatar published: 2025-10-13 -lastModified: 2025-10-22 +lastModified: 2025-11-09 keywords: - Angular - Signals @@ -164,7 +164,7 @@ Notice, that we also use the form attribute `novalidate`: It disables the native We will handle validation later by using a form schema. ```html -