ngx-extended-pdf-viewer
Version:
Embedding PDF files in your Angular application. Highly configurable viewer including the toolbar, sidebar, and all the features you're used to.
10 lines (9 loc) • 327 B
TypeScript
export declare class INgxConsole {
static log(...args: any[]): void;
static error(...args: any[]): void;
static warn(...args: any[]): void;
static info(...args: any[]): void;
static debug(...args: any[]): void;
set ngxConsoleFilter(filter: (_level: any, _message: any) => boolean);
reset(): void;
}