KENDO_BUTTONS
Constant
Use the KENDO_BUTTONS utility array to add all @progress/kendo-angular-buttons-related components and directives to a standalone Angular component.
Definition
Package:@progress/kendo-angular-buttons
Syntax:
TS
@Component({
standalone: true,
imports: [KENDO_BUTTONS],
// ...
})
export class MyComponent {}