UNPKG

@progress/kendo-angular-scheduler

Version:

Kendo UI Scheduler Angular - Outlook or Google-style angular scheduler calendar. Full-featured and customizable embedded scheduling from the creator developers trust for professional UI components.

43 lines (42 loc) 2.24 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { NgModule } from '@angular/core'; import { KENDO_SCHEDULERPDF } from '../directives'; import { IconsService } from '@progress/kendo-angular-icons'; import * as i0 from "@angular/core"; import * as i1 from "./pdf.component"; import * as i2 from "./pdf-command.directive"; // IMPORTANT: NgModule export kept for backwards compatibility /** * Represents the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) definition for the Scheduler PDF component. * * @example * ```typescript * import { NgModule } from '@angular/core'; * import { BrowserModule } from '@angular/platform-browser'; * import { SchedulerModule, PDFModule } from '@progress/kendo-angular-scheduler'; * import { AppComponent } from './app.component'; * * @NgModule({ * declarations: [AppComponent], * imports: [BrowserModule, SchedulerModule, PDFModule], * bootstrap: [AppComponent] * }) * export class AppModule {} * ``` */ export class PDFModule { static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PDFModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: PDFModule, imports: [i1.PDFComponent, i2.PDFCommandDirective], exports: [i1.PDFComponent, i2.PDFCommandDirective] }); static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PDFModule, providers: [IconsService], imports: [i2.PDFCommandDirective] }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: PDFModule, decorators: [{ type: NgModule, args: [{ imports: [...KENDO_SCHEDULERPDF], exports: [...KENDO_SCHEDULERPDF], providers: [IconsService] }] }] });