@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
18 lines • 1.05 kB
TypeScript
import { AlertService } from './alert.service';
import * as i0 from "@angular/core";
import * as i1 from "../common/common.module";
import * as i2 from "./alert-outlet.component";
import * as i3 from "./alert.component";
import * as i4 from "./alert-details.component";
import * as i5 from "./alert-text.component";
/**
* Alert module is used for displaying status messages to the user e.g. danger, success, warning and info alerts.
*/
export declare class AlertModule {
static alert: AlertService;
constructor(alert: AlertService);
static ɵfac: i0.ɵɵFactoryDeclaration<AlertModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<AlertModule, never, [typeof i1.CommonModule, typeof i2.AlertOutletComponent, typeof i3.AlertComponent, typeof i4.AlertDetailsComponent, typeof i5.AlertTextComponent], [typeof i2.AlertOutletComponent, typeof i3.AlertComponent, typeof i4.AlertDetailsComponent, typeof i5.AlertTextComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<AlertModule>;
}
//# sourceMappingURL=alert.module.d.ts.map