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.

44 lines (43 loc) 2.25 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](https://angular.io/api/core/NgModule) * definition for the Scheduler PDF component. * * ```ts * import { NgModule } from '@angular/core'; * import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; * 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: "16.2.12", ngImport: i0, type: PDFModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: PDFModule, imports: [i1.PDFComponent, i2.PDFCommandDirective], exports: [i1.PDFComponent, i2.PDFCommandDirective] }); static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PDFModule, providers: [IconsService], imports: [i2.PDFCommandDirective] }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PDFModule, decorators: [{ type: NgModule, args: [{ imports: [...KENDO_SCHEDULERPDF], exports: [...KENDO_SCHEDULERPDF], providers: [IconsService] }] }] });