UNPKG

@o3r/localization

Version:

This module provides a runtime dynamic language/translation support and debug tools.

5 lines 413 B
import { InjectionToken } from '@angular/core'; import { LocalizationDevtoolsServiceOptions } from './localization-devkit.interface'; export declare const OTTER_LOCALIZATION_DEVTOOLS_DEFAULT_OPTIONS: Readonly<LocalizationDevtoolsServiceOptions>; export declare const OTTER_LOCALIZATION_DEVTOOLS_OPTIONS: InjectionToken<LocalizationDevtoolsServiceOptions>; //# sourceMappingURL=localization-devtools.token.d.ts.map