UNPKG

@progress/kendo-angular-l10n

Version:

Kendo UI Angular l10n component - an easily customized popup from the most trusted provider of professional Angular components.

23 lines (22 loc) 831 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { InjectionToken } from '@angular/core'; /** * Represents a token that specifies the text direction of Kendo UI for Angular components. * * {% embed_file rtl/app.module.ts preview %} * {% embed_file rtl/app.component.ts %} * {% embed_file shared/main.ts hidden %} * * @example * ```ts * import { RTL } from '@progress/kendo-angular-l10n'; * * providers: [ * { provide: RTL, useValue: true } * ] * ``` */ export declare const RTL: InjectionToken<string>;