@ogs-gmbh/ngx-translate
Version:
A lightweight, REST-based Angular i18n library designed for seamless internationalization with minimal setup. It supports dynamic language switching & flexible translation management via RESTful APIs.
5 lines (4 loc) • 362 B
TypeScript
import { HttpConfig, HttpHeadersOption, HttpOptions } from "@ogs-gmbh/ngx-http";
import { ValueProvider } from "@angular/core";
export declare const provideTranslationHttpConfig: (httpConfig: Readonly<HttpConfig>) => ValueProvider;
export declare const provideTranslationHttpOptions: (httpOptions: HttpOptions<never, HttpHeadersOption, never>) => ValueProvider;