UNPKG

ng2-bootstrap_runwzj_test

Version:
18 lines (17 loc) 566 B
import { Injectable } from '@angular/core'; export var AlertConfig = (function () { function AlertConfig() { /** default alert type */ this.type = 'warning'; /** is alerts are dismissible by default */ this.dismissible = false; /** default time before alert will dismiss */ this.dismissOnTimeout = undefined; } AlertConfig.decorators = [ { type: Injectable }, ]; /** @nocollapse */ AlertConfig.ctorParameters = function () { return []; }; return AlertConfig; }());