@jsverse/transloco-locale
Version:
The localization (l10n) library plugin for Transloco
11 lines (10 loc) • 774 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./pipes/transloco-currency.pipe";
import * as i2 from "./pipes/transloco-date.pipe";
import * as i3 from "./pipes/transloco-decimal.pipe";
import * as i4 from "./pipes/transloco-percent.pipe";
export declare class TranslocoLocaleModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TranslocoLocaleModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TranslocoLocaleModule, never, [typeof i1.TranslocoCurrencyPipe, typeof i2.TranslocoDatePipe, typeof i3.TranslocoDecimalPipe, typeof i4.TranslocoPercentPipe], [typeof i1.TranslocoCurrencyPipe, typeof i2.TranslocoDatePipe, typeof i3.TranslocoDecimalPipe, typeof i4.TranslocoPercentPipe]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TranslocoLocaleModule>;
}