Angular2:滚动时如何实现内容渐进式加载?

时间:2017-02-13 06:51:18

标签: angular

如何实现页面的渐进式加载:

<section>
  <ul>
    <li *ngFor="let post of postList>
      <post-item [post]="post"></post-item>
    </li>
  </ul>
</section>

1 个答案:

答案 0 :(得分:0)

您可以使用PrimeNG DataScroller http://www.primefaces.org/primeng/#/datascroller/infinite