Skip to content

Instantly share code, notes, and snippets.

@NetanelBasal
Created June 10, 2019 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NetanelBasal/c1a5a911477f32ca063e6b54065ad6df to your computer and use it in GitHub Desktop.
Save NetanelBasal/c1a5a911477f32ca063e6b54065ad6df to your computer and use it in GitHub Desktop.
@Component({
selector: 'app-tweets',
template: `
<infinite-scroll (scrolled)="onScroll()" style="height: 400px; overflow-y: auto">
...
</infinite-scroll>
`
})
export class TweetsComponent implements OnInit {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment