UNPKG

bitcitawebfrontlib-ibsalut

Version:

Angular CLI project used by other Angular projects in the bitcita web project.<br />

13 lines (12 loc) 436 B
import { OnDestroy } from "@angular/core"; import { MessageService } from "../service/message.service"; import { Error } from "../data/error"; export declare class BitNotificationFrontComponent implements OnDestroy { error: string; masInfo: string; private subscriptionErrors; constructor(messageService: MessageService); showError(error: Error): void; cleanError(): void; ngOnDestroy(): void; }