Skip to content

Commit 45bb01f

Browse files
committed
Add console log for trackByUid
1 parent b8f6aec commit 45bb01f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/components/member/components/member-about/member-about.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export class MemberAboutComponent implements OnInit {
7070
*/
7171

7272
public trackByUid(index: number, item: any): any {
73+
console.log('member-about trackByUid fired, (index, item): ', index, item);
7374
return item ? item.uid : undefined;
7475
}
7576
}

0 commit comments

Comments
 (0)