@rangertechnologies/ngnxt
Version:
This library was used for creating dymanic UI based on the input JSON/data
11 lines (10 loc) • 435 B
TypeScript
import { PipeTransform } from '@angular/core';
import { I18nService } from './i18n.service';
import * as i0 from "@angular/core";
export declare class I18nPipe implements PipeTransform {
private i18nService;
constructor(i18nService: I18nService);
transform(value: any, ...args: any[]): any;
static ɵfac: i0.ɵɵFactoryDeclaration<I18nPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<I18nPipe, "i18n", false>;
}