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

KENDO_UPLOADS

Use the KENDO_UPLOADS utility array to add all @progress/kendo-angular-upload-related components and directives to a standalone Angular component.

typescript
import { Component } from '@angular/core';
import { KENDO_UPLOADS } from '@progress/kendo-angular-upload';

@Component({
  selector: 'my-app',
  standalone: true,
  imports: [KENDO_UPLOADS],
  template: `
     <kendo-upload></kendo-upload>
     <kendo-fileselect></kendo-fileselect>
  `
})
export class AppComponent {}
Not finding the help you need?
Contact Support