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

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

Definition

Package:@progress/kendo-angular-upload

Syntax:

TS
import { Component } from '@angular/core';
import { KENDO_FILESELECT } from '@progress/kendo-angular-upload';

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