@netgrif/components
Version:
Netgrif Application Engine frontend Angular components
14 lines (13 loc) • 910 B
TypeScript
import { OnDestroy } from '@angular/core';
import { ActivatedRoute } from '@angular/router';
import { CaseViewService, InjectedTabData, LoggerService, AbstractCaseListPaginatorComponent } from '@netgrif/components-core';
import * as i0 from "@angular/core";
export declare class CaseListPaginatorComponent extends AbstractCaseListPaginatorComponent implements OnDestroy {
protected _caseViewService: CaseViewService;
protected _log: LoggerService;
protected route?: ActivatedRoute;
constructor(_caseViewService: CaseViewService, _log: LoggerService, injectedTabData: InjectedTabData, route?: ActivatedRoute);
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CaseListPaginatorComponent, [null, null, { optional: true; }, null]>;
static ɵcmp: i0.ɵɵComponentDeclaration<CaseListPaginatorComponent, "nc-case-list-paginator", never, {}, {}, never, never, false, never>;
}