@tapsellorg/angular-material-library
Version:
Angular library for Tapsell
12 lines (11 loc) • 544 B
TypeScript
import { PipeTransform } from '@angular/core';
import { TranslateService } from './translate.service';
import { PghLocaleMessage } from './models';
import * as i0 from "@angular/core";
export declare class TranslatePipe implements PipeTransform {
private translateService;
constructor(translateService: TranslateService);
transform(key: PghLocaleMessage | string | undefined): string;
static ɵfac: i0.ɵɵFactoryDeclaration<TranslatePipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<TranslatePipe, "translate", false>;
}