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

KENDO_TEXTAREA

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

typescript
import { KENDO_TEXTAREA } from '@progress/kendo-angular-inputs';
@Component({
  standalone: true,
  imports: [KENDO_TEXTAREA],
  template: `<kendo-textarea></kendo-textarea>`
})
export class MyComponent {}
Not finding the help you need?
Contact Support