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 }],
})