bitfront-library
Version:
Angular CLI project with components and classes used by other Angular projects of the BIT foundation.
16 lines (15 loc) • 689 B
TypeScript
import { OnDestroy } from "@angular/core";
import { MessageService } from "../../shared/service/message.service";
import { Error } from "../../shared/data/error";
import * as i0 from "@angular/core";
export declare class BitNotificationFrontComponent implements OnDestroy {
error: string;
masInfo: string;
private subscriptionErrors;
constructor(messageService: MessageService);
showError(error: Error): void;
cleanError(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDef<BitNotificationFrontComponent, never>;
static ɵcmp: i0.ɵɵComponentDefWithMeta<BitNotificationFrontComponent, "bit-notification-front", never, {}, {}, never, never>;
}