UNPKG

@progress/kendo-angular-dialog

Version:
36 lines (35 loc) 1.9 kB
/**----------------------------------------------------------------------------------------- * 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 "./dialog/dialog.component"; import * as i2 from "./dialog/dialog-titlebar.component"; import * as i3 from "./dialog/dialog-container.directive"; import * as i4 from "./dialog/dialog-actions.component"; import * as i5 from "./localization/custom-messages.component"; /** * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi']) definition for the Dialog component. * * Use the `DialogModule` to include all Dialog components and directives in your application. * * @example * ```typescript * import { NgModule } from '@angular/core'; * import { BrowserModule } from '@angular/platform-browser'; * import { DialogModule } from '@progress/kendo-angular-dialog'; * import { AppComponent } from './app.component'; * * @NgModule({ * bootstrap: [AppComponent], * declarations: [AppComponent], * imports: [BrowserModule, DialogModule] * }) * export class AppModule {} * ``` */ export declare class DialogModule { static ɵfac: i0.ɵɵFactoryDeclaration<DialogModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DialogModule, never, [typeof i1.DialogComponent, typeof i2.DialogTitleBarComponent, typeof i3.DialogContainerDirective, typeof i4.DialogActionsComponent, typeof i5.CustomMessagesComponent], [typeof i1.DialogComponent, typeof i2.DialogTitleBarComponent, typeof i3.DialogContainerDirective, typeof i4.DialogActionsComponent, typeof i5.CustomMessagesComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DialogModule>; }