标签: angular bootstrap-4
如何在使用过滤器时访问collectionSize
<tr *ngFor="let t of types | generalfilter:filter | slice:(page-1)*itemsPerPage:page*itemsPerPage">
在ngb-pagination中可以看到多少过滤项目?
<ngb-pagination [collectionSize]="????"