New to Kendo UI for AngularStart a free 30-day trial

RTL

Constant

Represents a token that specifies the text direction of Kendo UI for Angular components.

Definition

Package:@progress/kendo-angular-l10n

Syntax:

ts
import { RTL } from '@progress/kendo-angular-l10n';

@Component({
  selector: "my-app",
  imports: [...],
  providers: [{ provide: RTL, useValue: true }],
})
In this article
Definition
Not finding the help you need?
Contact Support