Skip to content

Commit c26dea9

Browse files
fix(material/list): Mat Selection List example is limited to html temp
Added a reactive forms example to the single selection list Fixes #25894
2 parents 205a4a9 + 5776945 commit c26dea9

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 a Reactive Forms approach
9+
* @title List with single selection using Reactive Forms
1010
*/
1111
@Component({
1212
selector: 'list-single-selection-reactive-form-example',

0 commit comments

Comments
 (0)