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

KENDO_CHUNKPROGRESSBAR

Use this utility array to access all ChunkProgressBar-related components and directives in a standalone Angular component.

typescript
import { KENDO_CHUNKPROGRESSBAR } from '@progress/kendo-angular-progressbar';
@Component({
  standalone: true,
  imports: [KENDO_CHUNKPROGRESSBAR],
  template: `<kendo-chunkprogressbar [value]="50"></kendo-chunkprogressbar>`,
})
export class MyComponent {}
Not finding the help you need?
Contact Support