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

Use the KENDO_MASKEDTEXTBOX utility array to add all MaskedTextBox-related components and directives to a standalone Angular component.

Definition

Package:@progress/kendo-angular-inputs

Syntax:

TS
import { KENDO_MASKEDTEXTBOX } from '@progress/kendo-angular-inputs';
@Component({
  standalone: true,
  imports: [KENDO_MASKEDTEXTBOX],
  template: `<kendo-maskedtextbox></kendo-maskedtextbox>`
})
export class MyComponent {}
In this article
Definition
Not finding the help you need?
Contact Support