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