Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions adev/src/content/introduction/essentials/signal-forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<docs-pill-row>
<docs-pill title="Modular design with dependency injection" href="essentials/dependency-injection" />
</docs-pill-row>
2 changes: 1 addition & 1 deletion adev/src/content/introduction/essentials/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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