UNPKG

@ngx-easy-i18n-js/http-loader

Version:
8 lines (7 loc) 540 B
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[];