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

KENDO_BUTTON

Constant

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

Definition

Package:@progress/kendo-angular-buttons

Syntax:

TS
@Component({
  standalone: true,
  imports: [KENDO_BUTTON],
  // ...
})
export class MyComponent {}
In this article
Definition
Not finding the help you need?
Contact Support