/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ export * from './lib/nz-i18n.module'; export * from './lib/nz-i18n.service'; export * from './lib/date-config'; export * from './lib/nz-i18n.interface'; export * from './lib/nz-i18n.token'; export * from './lib/nz-i18n.pipe'; export * from './lib/date-helper.service'; export { default as fa_IR } from './lib/languages/fa_IR'; export { default as en_US } from './lib/languages/en_US';