@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
18 lines • 1.04 kB
TypeScript
import { AlertService } from './alert.service';
import * as i0 from "@angular/core";
import * as i1 from "./alert-outlet.component";
import * as i2 from "./alert.component";
import * as i3 from "./alert-details.component";
import * as i4 from "./alert-text.component";
import * as i5 from "../common/common.module";
/**
* 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, [typeof i1.AlertOutletComponent, typeof i2.AlertComponent, typeof i3.AlertDetailsComponent, typeof i4.AlertTextComponent], [typeof i5.CommonModule], [typeof i1.AlertOutletComponent, typeof i2.AlertComponent, typeof i3.AlertDetailsComponent, typeof i4.AlertTextComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<AlertModule>;
}
//# sourceMappingURL=alert.module.d.ts.map