@progress/kendo-angular-intl
Version:
Kendo UI Internationalization for Angular components
17 lines (16 loc) • 891 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import * as i0 from "@angular/core";
import * as i1 from "./number.pipe";
import * as i2 from "./date.pipe";
/**
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
* definition for the Intl services.
*/
export declare class IntlModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IntlModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IntlModule, never, [typeof i1.NumberPipe, typeof i2.DatePipe], [typeof i1.NumberPipe, typeof i2.DatePipe]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IntlModule>;
}