@craftsjs/alert
Version:
Material alert library for angular
21 lines (20 loc) • 1.63 kB
TypeScript
import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./components/dialog-alert/dialog-alert.component";
import * as i2 from "./components/dialog-alert/components/alert-success/alert-success.component";
import * as i3 from "./components/dialog-alert/components/alert-info/alert-info.component";
import * as i4 from "./components/dialog-alert/components/warning/warning.component";
import * as i5 from "./components/dialog-alert/components/error/error.component";
import * as i6 from "./components/dialog-alert/components/buttons/alert-ok-button/alert-ok-button.component";
import * as i7 from "./components/dialog-alert/components/buttons/alert-cancel-button/alert-cancel-button.component";
import * as i8 from "@angular/common";
import * as i9 from "@ngx-translate/core";
import * as i10 from "@angular/material/button";
import * as i11 from "@craftsjs/core";
import * as i12 from "@angular/material/dialog";
export declare class AlertModule {
static forRoot(): ModuleWithProviders<AlertModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<AlertModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<AlertModule, [typeof i1.DialogAlertComponent, typeof i2.AlertSuccessComponent, typeof i3.AlertInfoComponent, typeof i4.WarningComponent, typeof i5.ErrorComponent, typeof i6.AlertOkButtonComponent, typeof i7.AlertCancelButtonComponent], [typeof i8.CommonModule, typeof i9.TranslateModule, typeof i10.MatButtonModule, typeof i11.CoreModule, typeof i12.MatDialogModule], [typeof i1.DialogAlertComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<AlertModule>;
}