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