@syncfusion/ej2-angular-popups
Version:
A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Angular
13 lines (12 loc) • 648 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./dialog.component";
import * as i2 from "./buttons.directive";
import * as i3 from "@angular/common";
/**
* NgModule definition for the Dialog component.
*/
export declare class DialogModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DialogModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogModule, [typeof i1.DialogComponent, typeof i2.DialogButtonDirective, typeof i2.ButtonsDirective], [typeof i3.CommonModule], [typeof i1.DialogComponent, typeof i2.DialogButtonDirective, typeof i2.ButtonsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DialogModule>;
}