New to Kendo UI for Angular? Start a free 30-day trial
KENDO_DROPDOWNBUTTON
Use the KENDO_DROPDOWNBUTTON
utility array to add all DropDownButton-related components and directives to a standalone Angular component.
typescript
@Component({
standalone: true,
imports: [KENDO_DROPDOWNBUTTON],
// ...
})
export class MyComponent {}