docs: add signal form example for button toggle - #33592
Open
msmallest wants to merge 2 commits into
Open
Conversation
msmallest
force-pushed
the
docs-signal-forms-button-toggle
branch
from
July 29, 2026 05:04
a171d20 to
8283c6a
Compare
msmallest
commented
Jul 29, 2026
| @@ -25,8 +25,7 @@ be configured globally using the `MAT_BUTTON_TOGGLE_DEFAULT_OPTIONS` injection t | |||
| <!-- example(button-toggle-appearance) --> | |||
|
|
|||
| ### Use with `@angular/forms` | |||
Contributor
Author
There was a problem hiding this comment.
Should I be more specific and do something like:
### Use with `@angular/forms` and `@angular/forms/signals`...or does the current state, the top level @angular/forms package superset, work fine?
Member
There was a problem hiding this comment.
Maybe leave out the package name altogether: "Use with Angular Forms"
msmallest
force-pushed
the
docs-signal-forms-button-toggle
branch
from
July 29, 2026 14:36
b264aff to
08bd6d7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
To begin to address signal form documentation that I brought up in #32072 (comment).
Background
It was nice to see the stepper get signal form support and be paired with a new documentation example. Thank you. That inspired me to start rolling out examples for signal form examples. Provided this doc contribution works out, I have more examples that I plan to add via later PRs, in more convenient chunks to review.