cocori-ng
Version:
Cocori-ng is an Angular full of great components & utilites based on Material
18 lines (17 loc) • 822 B
TypeScript
import { OnInit } from '@angular/core';
import { MatSnackBar } from '@angular/material/snack-bar';
import { ErrorStacktraceModel } from 'cocori-ng/src/feature-core';
import * as i0 from "@angular/core";
export declare class ToastErrorStacktraceComponent implements OnInit {
private matSnackBar;
data: ErrorStacktraceModel;
toggleVisibility: boolean;
errorDebugMessages: string[];
constructor(matSnackBar: MatSnackBar, data: ErrorStacktraceModel);
ngOnInit(): void;
afficheCache(): void;
close(event: any): void;
trackBy(index: number): number;
static ɵfac: i0.ɵɵFactoryDeclaration<ToastErrorStacktraceComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ToastErrorStacktraceComponent, "toast-error-stacktrace", never, {}, {}, never, never, false>;
}