From b4ee4942314a0330fa099ff2c6db5ef00153ce6e Mon Sep 17 00:00:00 2001 From: Kam Date: Sun, 5 Apr 2026 22:38:03 +0300 Subject: [PATCH] docs(docs-infra): fix essentials next-step navigation pills Update the "Next step" pill in templates to point to signal-forms instead of skipping it, and add a next-step pill in signal-forms linking to dependency-injection. --- adev/src/content/introduction/essentials/signal-forms.md | 4 ++++ adev/src/content/introduction/essentials/templates.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/adev/src/content/introduction/essentials/signal-forms.md b/adev/src/content/introduction/essentials/signal-forms.md index ac390f8b53e..5b90d23670c 100644 --- a/adev/src/content/introduction/essentials/signal-forms.md +++ b/adev/src/content/introduction/essentials/signal-forms.md @@ -269,3 +269,7 @@ To learn more about Signal Forms and how it works, check out the in-depth guides - [Form models](guide/forms/signals/models) - Creating and managing form data with signals - [Field state management](guide/forms/signals/field-state-management) - Working with validation state, interaction tracking, and field visibility - [Validation](guide/forms/signals/validation) - Built-in validators, custom validation rules, and async validation + + + + diff --git a/adev/src/content/introduction/essentials/templates.md b/adev/src/content/introduction/essentials/templates.md index 677b534b6d2..21a8c6ffe54 100644 --- a/adev/src/content/introduction/essentials/templates.md +++ b/adev/src/content/introduction/essentials/templates.md @@ -147,6 +147,6 @@ TIP: Want to know more about Angular templates? See the [In-depth Templates guid Now that you have dynamic data and templates in the application, it's time to learn how to enhance templates by conditionally hiding or showing certain elements, looping over elements, and more. - +