UNPKG

1.07 kBSource Map (JSON)View Raw
1{"version":3,"file":"alert.config.js","sourceRoot":"","sources":["../../src/alert/alert.config.ts"],"names":[],"mappings":"OAAO,EAAE,UAAU,EAAE,MAAM,eAAe;AAG1C;IAAA;QACE,yBAAyB;QAClB,SAAI,GAAW,SAAS,CAAC;QAEhC,2CAA2C;QACpC,gBAAW,GAAY,KAAK,CAAC;QAEpC,6CAA6C;QACtC,qBAAgB,GAAY,SAAS,CAAC;IAO/C,CAAC;IANM,sBAAU,GAA0B;QAC3C,EAAE,IAAI,EAAE,UAAU,EAAE;KACnB,CAAC;IACF,kBAAkB;IACX,0BAAc,GAAmE,cAAM,OAAA,EAC7F,EAD6F,CAC7F,CAAC;IACF,kBAAC;AAAD,CAAC,AAfD,IAeC","sourcesContent":["import { Injectable } from '@angular/core';\n\n\nexport class AlertConfig {\n /** default alert type */\n public type: string = 'warning';\n\n /** is alerts are dismissible by default */\n public dismissible: boolean = false;\n\n /** default time before alert will dismiss */\n public dismissOnTimeout?: number = undefined;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Injectable },\n];\n/** @nocollapse */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"]}
\No newline at end of file