ng-zorro-antd-yj
Version:
An enterprise-class UI components based on Ant Design and Angular
6 lines (5 loc) • 377 B
TypeScript
import { InjectionToken } from '@angular/core';
import { NzI18nInterface } from './nz-i18n.interface';
export declare const NZ_I18N: InjectionToken<NzI18nInterface>;
/** Locale for date operations, should import from date-fns, see example: https://github.com/date-fns/date-fns/blob/v1.30.1/src/locale/zh_cn/index.js */
export declare const NZ_DATE_LOCALE: InjectionToken<any>;