@netgrif/components-core
Version:
Netgrif Application engine frontend core Angular library
12 lines (11 loc) • 655 B
TypeScript
import { HttpClient } from '@angular/common/http';
import { TranslateHttpLoader } from '@ngx-translate/http-loader';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "@ngx-translate/core";
export declare function HttpLoaderFactory(http: HttpClient): TranslateHttpLoader;
export declare class TranslateLibModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TranslateLibModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TranslateLibModule, never, [typeof i1.CommonModule, typeof i2.TranslateModule], [typeof i2.TranslateModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TranslateLibModule>;
}