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 b5d3990 commit d68efafCopy full SHA for d68efaf
projects/aca-content/src/lib/components/library-list/library-list.component.html
@@ -41,7 +41,7 @@ <h1 class="aca-page-title">
41
</adf-custom-empty-content-template>
42
43
<data-columns>
44
- @for (column of columns; track column.id) {
+ @for (column of columns; track trackByColumnId($index, column)) {
45
@if (column.template && !(column.desktopOnly && isSmallScreen)) {
46
<data-column
47
[id]="column.id"
0 commit comments