Skip to content

MaciejWWojcik/angular-loadmore-container-concept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loadmore-container-concept for Angular

View on StackBlitz ⚡️

Why?

I needed "load more" functionality added to simply list of data in Angular.

What?

Simple wrapper over data collection to provide easy implementation for adding new chunks of data.

How?

Generic class ChunkedData which contains data set and easily provide chunks of data in a template.