@eternalheart/ngx-file-preview
Version:
A powerful Angular file preview component library supporting multiple file formats including images, videos, PDFs, Office documents, text files and more.
10 lines (9 loc) • 375 B
TypeScript
import { PreviewService } from "../services";
import * as i0 from "@angular/core";
export declare class I18nPipe {
private previewService;
constructor(previewService: PreviewService);
transform(key: string, ...args: any[]): string;
static ɵfac: i0.ɵɵFactoryDeclaration<I18nPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<I18nPipe, "i18n", true>;
}