UNPKG

@gsp-cmp/ccmp-ui

Version:

CCMP UI Component Library for Angular

13 lines (12 loc) 366 B
import { NotifyService } from '@farris/ui-notify'; export declare class I18nTranslateService { private notify; private langCode; private i18nSource; constructor(notify: NotifyService); instant(value: string): string; /** * 读取配置文件中的国际化资源,未获取到则返回'' */ private getI18nValue; }