infinite scrolling grid in angular 2

If you’ve ever written a frontend application you’ve probably faced the performance problem caused by DOM handling with long lists. Appending loads of HTMLElements to the DOM will totally freeze your…