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

PDFModule

Represents the NgModule definition for the Grid PDF component. Use this module to enable PDF export in the Grid for NgModule-based applications.

typescript
import { NgModule } from '@angular/core';
import { BrowserModule } from "@angular/platform-browser";
import { GridModule, PDFModule } from '@progress/kendo-angular-grid';
import { AppComponent } from './app.component';

@NgModule({
    declarations: [AppComponent],
    imports:      [BrowserModule, GridModule, PDFModule],
    bootstrap:    [AppComponent]
})
export class AppModule {}
Not finding the help you need?
Contact Support