@rangertechnologies/ngnxt
Version:
This library was used for creating dymanic UI based on the input JSON/data
11 lines (10 loc) • 467 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NxtCustomTranslatePipe implements PipeTransform {
private cache;
private translationService;
constructor();
transform(key: string, fallback: string, from?: string): string;
static ɵfac: i0.ɵɵFactoryDeclaration<NxtCustomTranslatePipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<NxtCustomTranslatePipe, "nxtCustomTranslate", true>;
}