-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(material-experimental/radio): rename mdc-radio APIs to match exis…
…ting radio APIs (#17178)
- Loading branch information
1 parent
f084f13
commit 8e141ef
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<h1>Basic Example</h1> | ||
<section class="demo-section"> | ||
<mat-radio name="group1">Option 1</mat-radio> | ||
<mat-radio name="group1">Option 2</mat-radio> | ||
<mat-radio name="group1" disabled>Option 3 (Disabled)</mat-radio> | ||
<mat-radio-button name="group1">Option 1</mat-radio-button> | ||
<mat-radio-button name="group1">Option 2</mat-radio-button> | ||
<mat-radio-button name="group1" disabled>Option 3 (Disabled)</mat-radio-button> | ||
</section> |
This file contains 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
This file contains 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