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

KENDO_PDFEXPORT

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

typescript
import { Component } from '@angular/core';
import { KENDO_PDFEXPORT } from "@progress/kendo-angular-pdf-export";

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