Skip to content

Commit b4ee494

Browse files
committed
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.
1 parent 4a174b8 commit b4ee494

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

adev/src/content/introduction/essentials/signal-forms.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,3 +269,7 @@ To learn more about Signal Forms and how it works, check out the in-depth guides
269269
- [Form models](guide/forms/signals/models) - Creating and managing form data with signals
270270
- [Field state management](guide/forms/signals/field-state-management) - Working with validation state, interaction tracking, and field visibility
271271
- [Validation](guide/forms/signals/validation) - Built-in validators, custom validation rules, and async validation
272+
273+
<docs-pill-row>
274+
<docs-pill title="Modular design with dependency injection" href="essentials/dependency-injection" />
275+
</docs-pill-row>

adev/src/content/introduction/essentials/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,6 @@ TIP: Want to know more about Angular templates? See the [In-depth Templates guid
147147
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.
148148

149149
<docs-pill-row>
150-
<docs-pill title="Modular design with dependency injection" href="essentials/dependency-injection" />
150+
<docs-pill title="Forms with Signals" href="essentials/signal-forms" />
151151
<docs-pill title="In-depth template guide" href="guide/templates" />
152152
</docs-pill-row>

0 commit comments

Comments
 (0)