i have ion-list in home.component.html and ion-item is in other component ( time.component.html ).
time.component.html is used as a directive in list.component.html.
So i am not able to understand how to use [virtualScroll] and *virtualItem.
Can anyone suggest how to implement virtualScroll in this case?