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