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

PDFViewerModule

Represents the NgModule definition for the PDFViewer component.

typescript
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { PDFViewerModule } from '@progress/kendo-angular-pdf-viewer';
import { AppComponent } from './app.component';

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