@covalent/core
Version:
Core Teradata UI Platform for layouts, icons, custom components and themes. This should be added as a dependency for any project that wants to use layouts, icons and themes for Angular Material.
17 lines (16 loc) • 1.72 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./alert-dialog/alert-dialog.component";
import * as i2 from "./confirm-dialog/confirm-dialog.component";
import * as i3 from "./prompt-dialog/prompt-dialog.component";
import * as i4 from "./dialog.component";
import * as i5 from "./window-dialog/window-dialog.component";
import * as i6 from "./status-dialog/status-dialog.component";
/**
* @deprecated This module is deprecated and will be removed in future versions.
* Please migrate to using standalone components as soon as possible.
*/
export declare class CovalentDialogsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentDialogsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentDialogsModule, never, [typeof i1.TdAlertDialogComponent, typeof i2.TdConfirmDialogComponent, typeof i3.TdPromptDialogComponent, typeof i4.TdDialogComponent, typeof i4.TdDialogStatusDirective, typeof i4.TdDialogTitleDirective, typeof i4.TdDialogActionsDirective, typeof i4.TdDialogContentDirective, typeof i5.TdWindowDialogComponent, typeof i1.TdAlertDialogComponent, typeof i2.TdConfirmDialogComponent, typeof i3.TdPromptDialogComponent, typeof i6.TdStatusDialogComponent], [typeof i1.TdAlertDialogComponent, typeof i2.TdConfirmDialogComponent, typeof i3.TdPromptDialogComponent, typeof i4.TdDialogComponent, typeof i4.TdDialogStatusDirective, typeof i4.TdDialogTitleDirective, typeof i4.TdDialogActionsDirective, typeof i4.TdDialogContentDirective, typeof i5.TdWindowDialogComponent, typeof i1.TdAlertDialogComponent, typeof i2.TdConfirmDialogComponent, typeof i3.TdPromptDialogComponent, typeof i6.TdStatusDialogComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CovalentDialogsModule>;
}