@progress/kendo-angular-pdf-export
Version:
Kendo UI for Angular PDF Export Component
32 lines (31 loc) • 1.56 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import * as i0 from "@angular/core";
import * as i1 from "./pdf-export.component";
import * as i2 from "./pdf-export-margin.component";
import * as i3 from "./pdf-export-template.directive";
/**
* Represents the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) definition for the PDF Export component.
*
* @example
* ```typescript
* import { NgModule } from '@angular/core';
* import { BrowserModule } from '@angular/platform-browser';
* import { PDFExportModule } from '@progress/kendo-angular-pdf-export';
* import { AppComponent } from './app.component';
*
* @NgModule({
* declarations: [AppComponent],
* imports: [BrowserModule, PDFExportModule],
* bootstrap: [AppComponent]
* })
* export class AppModule {}
* ```
*/
export declare class PDFExportModule {
static ɵfac: i0.ɵɵFactoryDeclaration<PDFExportModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PDFExportModule, never, [typeof i1.PDFExportComponent, typeof i2.PDFExportMarginComponent, typeof i3.PDFExportTemplateDirective], [typeof i1.PDFExportComponent, typeof i2.PDFExportMarginComponent, typeof i3.PDFExportTemplateDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PDFExportModule>;
}