systelab-translate
Version:
The internationalization (i18n) library for Systelab
14 lines (13 loc) • 882 B
TypeScript
import { LocalizableTranslateStaticLoader } from './LocalizableTranslateStaticLoader';
import { HttpClient } from '@angular/common/http';
import { Location } from '@angular/common';
import * as i0 from "@angular/core";
import * as i1 from "./translate.pipe";
import * as i2 from "./number-format.pipe";
import * as i3 from "@ngx-translate/core";
export declare function httpLoaderFactory(http: HttpClient, location: Location): LocalizableTranslateStaticLoader;
export declare class SystelabTranslateModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SystelabTranslateModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SystelabTranslateModule, [typeof i1.GeneralTranslatePipe, typeof i2.NumberFormatPipe], [typeof i3.TranslateModule], [typeof i1.GeneralTranslatePipe, typeof i2.NumberFormatPipe]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SystelabTranslateModule>;
}