UNPKG

ngx-bootstrap

Version:
31 lines 922 B
import { Injectable } from '@angular/core'; /** Provides default values for Pagination and pager components */ var PaginationConfig = /** @class */ (function () { function PaginationConfig() { this.main = { maxSize: void 0, itemsPerPage: 10, boundaryLinks: false, directionLinks: true, firstText: 'First', previousText: 'Previous', nextText: 'Next', lastText: 'Last', pageBtnClass: '', rotate: true }; this.pager = { itemsPerPage: 15, previousText: '« Previous', nextText: 'Next »', pageBtnClass: '', align: true }; } PaginationConfig.decorators = [ { type: Injectable }, ]; return PaginationConfig; }()); export { PaginationConfig }; //# sourceMappingURL=pagination.config.js.map