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

KENDO_RATING

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

typescript
import { KENDO_RATING } from '@progress/kendo-angular-inputs';
@Component({
  standalone: true,
  imports: [KENDO_RATING],
  template: `<kendo-rating></kendo-rating>`
})
export class MyComponent {}
Not finding the help you need?
Contact Support