Skip to content

Instantly share code, notes, and snippets.

@viclotana
Created November 7, 2018 21:30
Show Gist options
  • Save viclotana/509b0c737ab9487edf5241e4f1d9313e to your computer and use it in GitHub Desktop.
Save viclotana/509b0c737ab9487edf5241e4f1d9313e to your computer and use it in GitHub Desktop.
<cdk-virtual-scroll-viewport itemSize="50" class="example-viewport">
<div *cdkVirtualFor="let item of items" class="example-item">{{item}}</div>
</cdk-virtual-scroll-viewport>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment