UNPKG

ng-ytl-zorro-antd

Version:

An enterprise-class UI components based on Ant Design and Angular

10 lines (8 loc) 287 B
import { Component } from '@angular/core'; @Component({ selector: 'nz-demo-pagination-total', template: ` <nz-pagination [nzPageIndex]="1" [nzTotal]="80" nzShowTotal [nzPageSize]="20"></nz-pagination>`, styles : [] }) export class NzDemoPaginationTotalComponent { }