@tapsellorg/angular-material-library
Version:
Angular library for Tapsell
8 lines (7 loc) • 446 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class PghReplaceWithPipe implements PipeTransform {
transform(value: string | boolean | undefined | number, dictionary: Map<string | boolean | undefined | number, string>): string;
static ɵfac: i0.ɵɵFactoryDeclaration<PghReplaceWithPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<PghReplaceWithPipe, "pghReplaceWith", false>;
}