@progress/kendo-angular-l10n
Version:
Localization Services - Kendo UI Angular
18 lines (17 loc) • 778 B
JavaScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
;
Object.defineProperty(exports, "__esModule", { value: true });
var core_1 = require("@angular/core");
/**
* A token that specifies the text direction of Kendo UI for Angular components.
*
* @example
* {% embed_file rtl/app.module.ts preview %}
* {% embed_file rtl/app.component.ts %}
* {% embed_file shared/main.ts hidden %}
*
*/
exports.RTL = new core_1.InjectionToken("Kendo UI Right-to-Left token");