Skip to content

Commit 88a49eb

Browse files
fix(material/list): Mat Selection List example is limited to html templating
Added a signle selection list as a reactive form to the list examples Fixes #25894
1 parent c26dea9 commit 88a49eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components-examples/material/list/list-single-selection-reactive-form/list-single-selection-reactive-form-example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ interface Shoes {
66
name: string;
77
}
88
/**
9-
* @title List with single selection using Reactive Forms
9+
* @title List with single selection using a reactive forms approach
1010
*/
1111
@Component({
1212
selector: 'list-single-selection-reactive-form-example',

0 commit comments

Comments
 (0)