{"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","sourcesContent":["/**\r\n * A configuration service for the [`NgbProgressbar`](#/components/progressbar/api#NgbProgressbar) component.\r\n *\r\n * You can inject this service, typically in your root component, and customize the values of its properties in\r\n * order to provide default values for all the progress bars used in the application.\r\n */\r\nexport declare class NgbProgressbarConfig {\r\n    max: number;\r\n    animated: boolean;\r\n    striped: boolean;\r\n    type: string;\r\n    showValue: boolean;\r\n    height: string;\r\n}\r\n"]}