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

KENDO_PROGRESSBARS

Use this utility array all @progress/kendo-angular-progressbar-related components and directives.

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