Skip to content

Commit

Permalink
fix(material/list): Mat Selection List example is limited to html tem…
Browse files Browse the repository at this point in the history
…plating

Added a signle selection list as a reactive form to the list examples

Fixes angular#25894
  • Loading branch information
MichelleRetroRabbit committed Jul 9, 2024
1 parent c26dea9 commit 88a49eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ interface Shoes {
name: string;
}
/**
* @title List with single selection using Reactive Forms
* @title List with single selection using a reactive forms approach
*/
@Component({
selector: 'list-single-selection-reactive-form-example',
Expand Down

0 comments on commit 88a49eb

Please sign in to comment.