Skip to content

Commit d4f2edc

Browse files
authored
Update src/contained-list/contained-list.component.ts
1 parent ad0a6d6 commit d4f2edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contained-list/contained-list.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class ContainedList {
7070
/**
7171
* Label id for the contained list.
7272
*/
73-
readonly labelId = `contained-list-${ContainedList.count++}-header`;
73+
@Input() labelId = `contained-list-${ContainedList.count++}-header`;
7474

7575
/**
7676
* Exposing ContainedListSize enum to the template

0 commit comments

Comments
 (0)