I needed "load more" functionality added to simply list of data in Angular.
Simple wrapper over data collection to provide easy implementation for adding new chunks of data.
Generic class ChunkedData
which contains data set and easily provide chunks of data in a template.