@obliczeniowo/elementary
Version:
Library made in Angular version 19
15 lines (14 loc) • 1.1 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/dialog/dialog.component";
import * as i2 from "./components/dialog-header/dialog-header.component";
import * as i3 from "./components/dialog-wrapper/dialog-wrapper.component";
import * as i4 from "./components/message-dialog/message-dialog.component";
import * as i5 from "@angular/common";
import * as i6 from "@angular/cdk/overlay";
import * as i7 from "@obliczeniowo/elementary/buttons";
import * as i8 from "@obliczeniowo/elementary/icons";
export declare class DialogsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DialogsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogsModule, [typeof i1.DialogComponent, typeof i2.DialogHeaderComponent, typeof i3.DialogWrapperComponent, typeof i4.MessageDialogComponent], [typeof i5.CommonModule, typeof i6.OverlayModule, typeof i7.ButtonsModule, typeof i8.IconsModule], [typeof i1.DialogComponent, typeof i2.DialogHeaderComponent, typeof i3.DialogWrapperComponent, typeof i4.MessageDialogComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DialogsModule>;
}