UNPKG

@ngx-easy-i18n-js/core

Version:

The easy internationalization (i18n) library for Angular

9 lines (8 loc) 364 B
import { PipeTransform } from '@angular/core'; import { TrOptions } from 'easy-i18n-js'; import * as i0 from "@angular/core"; export declare class TrPipe implements PipeTransform { transform(text: string, options?: TrOptions): string; static ɵfac: i0.ɵɵFactoryDeclaration<TrPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<TrPipe, "tr", true>; }