1 | {"version":3,"file":"progressbar.config.js","sourceRoot":"","sources":["../../src/progressbar/progressbar.config.ts"],"names":[],"mappings":"OAAO,EAAE,UAAU,EAAE,MAAM,eAAe;AAG1C;IAAA;QACE,qGAAqG;QAC9F,YAAO,GAAY,IAAI,CAAC;QAC/B,8CAA8C;QACvC,QAAG,GAAW,GAAG,CAAC;IAO3B,CAAC;IANM,4BAAU,GAA0B;QAC3C,EAAE,IAAI,EAAE,UAAU,EAAE;KACnB,CAAC;IACF,kBAAkB;IACX,gCAAc,GAAmE,cAAM,OAAA,EAC7F,EAD6F,CAC7F,CAAC;IACF,wBAAC;AAAD,CAAC,AAXD,IAWC","sourcesContent":["import { Injectable } from '@angular/core';\n\n\nexport class ProgressbarConfig {\n /** if `true` changing value of progress bar will be animated (note: not supported by Bootstrap 4) */\n public animate: Boolean = true;\n /** maximum total value of progress element */\n public max: number = 100;\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"]} |