UNPKG

@progress/kendo-angular-dialog

Version:
38 lines (37 loc) 2.06 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 that includes all Dialog components and directives. * Imports `DialogModule` into the [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) * of your application or into any other sub-module that will use the Dialog component. * * @example * ```ts-no-run * 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>; }