UNPKG

589 BJavaScriptView Raw
1import { Injectable } from '@angular/core';
2export var AlertConfig = (function () {
3 function AlertConfig() {
4 /** default alert type */
5 this.type = 'warning';
6 /** is alerts are dismissible by default */
7 this.dismissible = false;
8 /** default time before alert will dismiss */
9 this.dismissOnTimeout = undefined;
10 }
11 AlertConfig.decorators = [
12 { type: Injectable },
13 ];
14 /** @nocollapse */
15 AlertConfig.ctorParameters = function () { return []; };
16 return AlertConfig;
17}());
18//# sourceMappingURL=alert.config.js.map
\No newline at end of file