UNPKG

bitfront-library

Version:

Angular CLI project with components and classes used by other Angular projects of the BIT foundation.

18 lines (17 loc) 746 B
import { MessageService } from "../../shared/service/message.service"; import { Item } from "../../shared/data/item"; import * as i0 from "@angular/core"; export declare class ExceptionListTableViewComponent { private messageService; items: Item[]; cols: { field: string; header: string; }[]; constructor(messageService: MessageService); /** Muestra los datos de log en un diálogo*/ showDatosLog(event: any, log: string, titulo: string): void; gotoForm(): void; static ɵfac: i0.ɵɵFactoryDef<ExceptionListTableViewComponent, never>; static ɵcmp: i0.ɵɵComponentDefWithMeta<ExceptionListTableViewComponent, "exception-list-tableview", never, { "items": "items"; }, {}, never, never>; }