UNPKG

ngx-translate-phraseapp

Version:

Phrase adapter for ngx-translate

8 lines (7 loc) 402 B
import { TranslateCompiler, InterpolatableTranslation, InterpolatableTranslationObject } from '@ngx-translate/core'; export declare class PhraseAppCompiler extends TranslateCompiler { constructor(); compile(value: string, lang: string): InterpolatableTranslation; compileTranslations(translations: any, lang: string): InterpolatableTranslationObject; flatten(object: Object): Object; }