Skip to content
Open
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: 2 additions & 2 deletions src/material/radio/radio.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ would make that impossible (e.g., radio-buttons inside of table cells). The radi
Individual radio-buttons inside of a radio-group will inherit the `name` of the group.


### Use with `@angular/forms`
`<mat-radio-group>` is compatible with `@angular/forms` and supports both `FormsModule`
### Use with Angular Forms
`<mat-radio-group>` is compatible with `@angular/forms` and supports `FormField`, `FormsModule`,
and `ReactiveFormsModule`.

### Accessibility
Expand Down
4 changes: 2 additions & 2 deletions src/material/slide-toggle/slide-toggle.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ container.

<!-- example(slide-toggle-full-width) -->

### Use with `@angular/forms`
`<mat-slide-toggle>` is compatible with `@angular/forms` and supports both `FormsModule`
### Use with Angular Forms
`<mat-slide-toggle>` is compatible with `@angular/forms` and supports `FormField`, `FormsModule`,
and `ReactiveFormsModule`.

### Accessibility
Expand Down
Loading