UNPKG

ng2-alert-center

Version:

Alert center provides an alert service and an alert component, you can include in your Angular 2 project.

8 lines 323 B
export var AlertType; (function (AlertType) { AlertType[AlertType["SUCCESS"] = 0] = "SUCCESS"; AlertType[AlertType["INFO"] = 1] = "INFO"; AlertType[AlertType["WARNING"] = 2] = "WARNING"; AlertType[AlertType["DANGER"] = 3] = "DANGER"; })(AlertType || (AlertType = {})); //# sourceMappingURL=alert-type.js.map