UNPKG

@delon/theme

Version:

ng-alain theme system library.

9 lines (8 loc) 365 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class I18nPipe implements PipeTransform { private readonly i18n; transform(key: string, params?: unknown | unknown[]): string; static ɵfac: i0.ɵɵFactoryDeclaration<I18nPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<I18nPipe, "i18n", true>; }