We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0a6d6 commit d4f2edcCopy full SHA for d4f2edc
src/contained-list/contained-list.component.ts
@@ -70,7 +70,7 @@ export class ContainedList {
70
/**
71
* Label id for the contained list.
72
*/
73
- readonly labelId = `contained-list-${ContainedList.count++}-header`;
+ @Input() labelId = `contained-list-${ContainedList.count++}-header`;
74
75
76
* Exposing ContainedListSize enum to the template
0 commit comments