{"version":3,"file":"progressbar-config.d.ts","sources":["progressbar-config.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA","sourcesContent":["/**\n * A configuration service for the [`NgbProgressbar`](#/components/progressbar/api#NgbProgressbar) component.\n *\n * You can inject this service, typically in your root component, and customize the values of its properties in\n * order to provide default values for all the progress bars used in the application.\n */\nexport declare class NgbProgressbarConfig {\n max: number;\n animated: boolean;\n striped: boolean;\n textType: string;\n type: string;\n showValue: boolean;\n height: string;\n}\n"]}