From cd431c2dda29b704576957639d2e3a961843328a Mon Sep 17 00:00:00 2001 From: Stefanos Anagnostou Date: Tue, 1 Oct 2019 01:22:48 +0300 Subject: [PATCH] docs(virtual-scroll): change virtualTrackBy name --- core/src/components/virtual-scroll/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/virtual-scroll/readme.md b/core/src/components/virtual-scroll/readme.md index 9d4fd7893f1..0beea28a222 100644 --- a/core/src/components/virtual-scroll/readme.md +++ b/core/src/components/virtual-scroll/readme.md @@ -82,7 +82,7 @@ how many items should be built. With "approx" property inputs, such as therefore allowing virtual scroll to decide how many items should be created. -#### Changing dataset should use `virtualTrackBy` +#### Changing dataset should use `trackBy` It is possible for the identities of elements in the iterator to change while the data does not. This can happen, for example, if the iterator