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

KENDO_SEGMENTEDCONTROL

Updated on Mar 25, 2026

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

typescript
@Component({
  standalone: true,
  imports: [KENDO_SEGMENTEDCONTROL],
  // ...
})
export class MyComponent {}
Not finding the help you need?
Contact Support