标签: angular
如何实现页面的渐进式加载:
<section> <ul> <li *ngFor="let post of postList> <post-item [post]="post"></post-item> </li> </ul> </section>
答案 0 :(得分:0)
您可以使用PrimeNG DataScroller http://www.primefaces.org/primeng/#/datascroller/infinite