@progress/kendo-angular-intl
Version:
Kendo UI Internationalization for Angular components
12 lines (11 loc) • 579 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
export * from './intl.service';
export * from './date.pipe';
export * from './number.pipe';
export * from './intl.module';
export * from './intl-members';
export * from './locale-data.interface';
export * from './directives';