@ngx-easy-i18n-js/http-loader
Version:
Http loader for ngx-easy-i18n-js
8 lines (7 loc) • 540 B
TypeScript
import { Provider } from '@angular/core';
import { IHttpEasyI18nLoaderOptions } from './lib/http-easy-i18n.loader';
import { IScopedHttpEasyI18nLoaderScope } from './lib/scoped-http-easy-i18n.loader';
export * from './lib/http-easy-i18n.loader';
export * from './lib/scoped-http-easy-i18n.loader';
export declare function provideEasyI18nLoader(options?: IHttpEasyI18nLoaderOptions): Provider[];
export declare function provideEasyI18nScopedLoader(scopes: IScopedHttpEasyI18nLoaderScope[], options?: IHttpEasyI18nLoaderOptions): Provider[];