UNPKG

@rangertechnologies/ngnxt

Version:

This library was used for creating dymanic UI based on the input JSON/data

11 lines (10 loc) 529 B
import { PipeTransform } from '@angular/core'; import { TranslationService } from '../services/translation.service'; import * as i0 from "@angular/core"; export declare class CustomTranslatePipe implements PipeTransform { private translationService; constructor(translationService: TranslationService); transform(key: string, fallback: string): string; static ɵfac: i0.ɵɵFactoryDeclaration<CustomTranslatePipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<CustomTranslatePipe, "customTranslate", true>; }