bitfront-library
Version:
Angular CLI project with components and classes used by other Angular projects of the BIT foundation.
9 lines (8 loc) • 308 B
TypeScript
import { Observable } from "rxjs";
import { TranslateLoader } from "@ngx-translate/core";
/** Traducciones estáticas de texto. */
export declare class StaticTranslateLoader implements TranslateLoader {
static LOCALE_CA: {};
static LOCALE_ES: {};
getTranslation(lang: string): Observable<any>;
}