UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

12 lines (11 loc) 766 B
import { AbstractCaseListComponent, CaseViewService, InjectedTabData, LoggerService } from '@netgrif/components-core'; import { ActivatedRoute } from '@angular/router'; import * as i0 from "@angular/core"; export declare class CaseListComponent extends AbstractCaseListComponent { protected _caseViewService: CaseViewService; protected _log: LoggerService; protected route?: ActivatedRoute; constructor(_caseViewService: CaseViewService, _log: LoggerService, injectedTabData: InjectedTabData, route?: ActivatedRoute); static ɵfac: i0.ɵɵFactoryDeclaration<CaseListComponent, [null, null, { optional: true; }, null]>; static ɵcmp: i0.ɵɵComponentDeclaration<CaseListComponent, "nc-case-list", never, {}, {}, never, never, false, never>; }